Change from empty to clean Trash/Spam
(cherry picked from commit a89e5bf1877aa5cb03c091df4e44ce6a244ced18)
This commit is contained in:
committed by
Dat H. Pham
parent
14349927de
commit
6f471deec5
@@ -86,7 +86,7 @@ class EmptyMailboxDialogOverlay extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
const SizedBox(width: EmptyMailboxDialogOverlayStyles.buttonSpace),
|
const SizedBox(width: EmptyMailboxDialogOverlayStyles.buttonSpace),
|
||||||
TMailButtonWidget.fromText(
|
TMailButtonWidget.fromText(
|
||||||
text: AppLocalizations.of(context).empty,
|
text: AppLocalizations.of(context).clean,
|
||||||
backgroundColor: EmptyMailboxDialogOverlayStyles.emptyButtonColor,
|
backgroundColor: EmptyMailboxDialogOverlayStyles.emptyButtonColor,
|
||||||
padding: EmptyMailboxDialogOverlayStyles.buttonPadding,
|
padding: EmptyMailboxDialogOverlayStyles.buttonPadding,
|
||||||
textStyle: EmptyMailboxDialogOverlayStyles.buttonTextStyle,
|
textStyle: EmptyMailboxDialogOverlayStyles.buttonTextStyle,
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ class _EmptyMailboxPopupDialogWidgetState extends State<EmptyMailboxPopupDialogW
|
|||||||
),
|
),
|
||||||
visible: _visible,
|
visible: _visible,
|
||||||
child: TMailButtonWidget.fromText(
|
child: TMailButtonWidget.fromText(
|
||||||
text: AppLocalizations.of(context).empty,
|
text: AppLocalizations.of(context).clean,
|
||||||
textStyle: EmptyMailboxPopupDialogWidgetStyles.emptyButtonTextStyle,
|
textStyle: EmptyMailboxPopupDialogWidgetStyles.emptyButtonTextStyle,
|
||||||
backgroundColor: EmptyMailboxPopupDialogWidgetStyles.emptyButtonBackground,
|
backgroundColor: EmptyMailboxPopupDialogWidgetStyles.emptyButtonBackground,
|
||||||
padding: EmptyMailboxPopupDialogWidgetStyles.emptyButtonPadding,
|
padding: EmptyMailboxPopupDialogWidgetStyles.emptyButtonPadding,
|
||||||
|
|||||||
@@ -3177,8 +3177,8 @@
|
|||||||
"action": {}
|
"action": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"empty": "Empty",
|
"clean": "Clean",
|
||||||
"@empty": {
|
"@clean": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders_order": [],
|
"placeholders_order": [],
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"@@last_modified": "2023-10-23T15:41:56.932213",
|
"@@last_modified": "2023-10-23T15:47:43.102170",
|
||||||
"initializing_data": "Initializing data...",
|
"initializing_data": "Initializing data...",
|
||||||
"@initializing_data": {
|
"@initializing_data": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
@@ -3178,8 +3178,8 @@
|
|||||||
"action": {}
|
"action": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"empty": "Empty",
|
"clean": "Clean",
|
||||||
"@empty": {
|
"@clean": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders_order": [],
|
"placeholders_order": [],
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
|
|||||||
@@ -3277,10 +3277,10 @@ class AppLocalizations {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
String get empty {
|
String get clean {
|
||||||
return Intl.message(
|
return Intl.message(
|
||||||
'Empty',
|
'Clean',
|
||||||
name: 'empty',
|
name: 'clean',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user