diff --git a/lib/ui/notification/update/change_log_page.dart b/lib/ui/notification/update/change_log_page.dart index f7ffcc61f..e8a0d33ae 100644 --- a/lib/ui/notification/update/change_log_page.dart +++ b/lib/ui/notification/update/change_log_page.dart @@ -112,10 +112,10 @@ class _ChangeLogPageState extends State { items.add( ChangeLogEntry( - "Language", - "Thanks to the help from our community, we can now speak French," - " Dutch, and Simplified Chinese.\n\nTo change language, go to " - "Settings -> General -> Language", + "Languages", + "Thanks to the help from our community, we can now speak French, " + "Dutch, and Simplified Chinese.\n\nTo change your preferred " + "language, go to Settings -> General -> Language", ), ); //You can now specify a custom radius while creating Location tags.