diff --git a/lib/ui/routes/settings/account_settings_route.dart b/lib/ui/routes/settings/account_settings_route.dart index f8bb765..a63a1b4 100644 --- a/lib/ui/routes/settings/account_settings_route.dart +++ b/lib/ui/routes/settings/account_settings_route.dart @@ -88,7 +88,7 @@ class __AccountSettingsBodyState extends State<_AccountSettingsBody> { // Notifications settings _SettingsSection( title: tr("Notifications"), - subtitle: tr("Customize the notifications you receive on you phone"), + subtitle: tr("Customize the notifications you receive on your phone"), icon: Icons.notifications, onBuild: () => NotificationsSettingsScreen(), ),