From 150ecf7b521aebd97c3816005250a4645bd6039b Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sun, 11 Apr 2021 14:32:30 +0200 Subject: [PATCH] Fix typo --- lib/ui/routes/settings/account_settings_route.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), ),