TF-3219 display limits of email recovery in a yellow banner and filter out invalid suggestions

This commit is contained in:
Florent Azavant
2024-11-14 15:13:56 +01:00
committed by Dat H. Pham
parent 2fcb5f03d0
commit 68e9fc2f16
15 changed files with 270 additions and 13 deletions
+17 -1
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2025-01-20T18:53:16.325121",
"@@last_modified": "2024-12-03T10:03:02.076482",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -1346,6 +1346,12 @@
"placeholders_order": [],
"placeholders": {}
},
"last15Days": "Last 15 days",
"@last15Days": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"fromMe": "From me",
"@fromMe": {
"type": "text",
@@ -3534,6 +3540,16 @@
"placeholders_order": [],
"placeholders": {}
},
"recoverDeletedMessagesBannerContent": "You can recover messages deleted during the past {period}",
"@recoverDeletedMessagesBannerContent": {
"type": "text",
"placeholders_order": [
"period"
],
"placeholders": {
"period": {}
}
},
"deletionDate": "Deletion date",
"@deletionDate": {
"type": "text",