TF-1715 Remove We\'re sorry message in empty view
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"@@last_modified": "2025-10-29T10:59:38.089168",
|
"@@last_modified": "2025-11-05T13:34:06.612241",
|
||||||
"initializing_data": "Initializing data...",
|
"initializing_data": "Initializing data...",
|
||||||
"@initializing_data": {
|
"@initializing_data": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
@@ -2688,13 +2688,13 @@
|
|||||||
"placeholders_order": [],
|
"placeholders_order": [],
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
},
|
},
|
||||||
"noEmailInYourCurrentFolder": "We're sorry, there are no emails in your current folder",
|
"noEmailInYourCurrentFolder": "There are no emails in your current folder",
|
||||||
"@noEmailInYourCurrentFolder": {
|
"@noEmailInYourCurrentFolder": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders_order": [],
|
"placeholders_order": [],
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
},
|
},
|
||||||
"noEmailMatchYourCurrentFilter": "We're sorry, there are no emails that match your current filter.",
|
"noEmailMatchYourCurrentFilter": "There are no emails that match your current filter.",
|
||||||
"@noEmailMatchYourCurrentFilter": {
|
"@noEmailMatchYourCurrentFilter": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders_order": [],
|
"placeholders_order": [],
|
||||||
|
|||||||
@@ -2741,13 +2741,13 @@ class AppLocalizations {
|
|||||||
|
|
||||||
String get noEmailInYourCurrentFolder {
|
String get noEmailInYourCurrentFolder {
|
||||||
return Intl.message(
|
return Intl.message(
|
||||||
'We\'re sorry, there are no emails in your current folder',
|
'There are no emails in your current folder',
|
||||||
name: 'noEmailInYourCurrentFolder');
|
name: 'noEmailInYourCurrentFolder');
|
||||||
}
|
}
|
||||||
|
|
||||||
String get noEmailMatchYourCurrentFilter {
|
String get noEmailMatchYourCurrentFilter {
|
||||||
return Intl.message(
|
return Intl.message(
|
||||||
'We\'re sorry, there are no emails that match your current filter.',
|
'There are no emails that match your current filter.',
|
||||||
name: 'noEmailMatchYourCurrentFilter');
|
name: 'noEmailMatchYourCurrentFilter');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user