TF-3219 display limits of email recovery in a yellow banner and filter out invalid suggestions
This commit is contained in:
committed by
Dat H. Pham
parent
2fcb5f03d0
commit
68e9fc2f16
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user