1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-11-22 04:49:21 +00:00
This commit is contained in:
Pierre HUBERT 2021-04-11 14:32:30 +02:00
parent 15ba251440
commit 150ecf7b52

View File

@ -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(),
),