TF-888 Remove duplicate string
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ class EmailRulesHeaderWidget extends StatelessWidget {
|
|||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
color: Colors.black)),
|
color: Colors.black)),
|
||||||
const SizedBox(height: 4),
|
const SizedBox(height: 4),
|
||||||
Text(AppLocalizations.of(context).emailRulesSubtitle,
|
Text(AppLocalizations.of(context).emailRuleSettingExplanation,
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
fontSize: 15,
|
fontSize: 15,
|
||||||
fontWeight: FontWeight.normal,
|
fontWeight: FontWeight.normal,
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"@@last_modified": "2022-09-08T15:46:55.686024",
|
"@@last_modified": "2022-09-09T11:02:43.750933",
|
||||||
"initializing_data": "Initializing data...",
|
"initializing_data": "Initializing data...",
|
||||||
"@initializing_data": {
|
"@initializing_data": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
@@ -1762,12 +1762,6 @@
|
|||||||
"placeholders_order": [],
|
"placeholders_order": [],
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
},
|
},
|
||||||
"emailRulesSubtitle": "Creating rules to handle incoming messages. You choose both the condition that triggers a rule and the actions the rule will take.",
|
|
||||||
"@emailRulesSubtitle": {
|
|
||||||
"type": "text",
|
|
||||||
"placeholders_order": [],
|
|
||||||
"placeholders": {}
|
|
||||||
},
|
|
||||||
"addNewRule": "Add rule",
|
"addNewRule": "Add rule",
|
||||||
"@addNewRule": {
|
"@addNewRule": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|||||||
@@ -1806,13 +1806,6 @@ class AppLocalizations {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
String get emailRulesSubtitle {
|
|
||||||
return Intl.message(
|
|
||||||
'Creating rules to handle incoming messages. You choose both the condition that triggers a rule and the actions the rule will take.',
|
|
||||||
name: 'emailRulesSubtitle',
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
String get addNewRule {
|
String get addNewRule {
|
||||||
return Intl.message(
|
return Intl.message(
|
||||||
'Add rule',
|
'Add rule',
|
||||||
|
|||||||
Reference in New Issue
Block a user