TF-888 Remove duplicate string

This commit is contained in:
dab246
2022-09-09 11:05:48 +07:00
committed by Dat H. Pham
parent 2154195a66
commit 6e4d160389
3 changed files with 2 additions and 15 deletions
@@ -33,7 +33,7 @@ class EmailRulesHeaderWidget extends StatelessWidget {
fontWeight: FontWeight.bold,
color: Colors.black)),
const SizedBox(height: 4),
Text(AppLocalizations.of(context).emailRulesSubtitle,
Text(AppLocalizations.of(context).emailRuleSettingExplanation,
style: const TextStyle(
fontSize: 15,
fontWeight: FontWeight.normal,