Skip to content

Commit

Permalink
fixup! TF-2877 Create notification setting view
Browse files Browse the repository at this point in the history
  • Loading branch information
tddang-linagora committed Jun 3, 2024
1 parent e31dbde commit a6bd637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ class SettingsFirstLevelView extends GetWidget<SettingsController> {
AppLocalizations.of(context).notification,
controller.imagePaths.icNotification,
() => controller.selectSettings(AccountMenuItem.notification),
subtitle: AppLocalizations.of(context).allowsTwakeMailToNotifyYouWhenANewMessageArrivesOnYourPhone,
),
Divider(
color: AppColor.colorDividerHorizontal,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class NotificationView extends GetWidget<NotificationController> with AppLoaderM
const SizedBox(width: 12),
Expanded(
child: Text(
AppLocalizations.of(context).allowAppToSendYouNotifications,
AppLocalizations.of(context).allowsTwakeMailToNotifyYouWhenANewMessageArrivesOnYourPhone,
style: const TextStyle(
fontSize: 16,
height: 20 / 16,
Expand Down

0 comments on commit a6bd637

Please sign in to comment.