mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 04:49:21 +00:00
Reduce description length
This commit is contained in:
parent
150ecf7b52
commit
38c639331f
@ -88,7 +88,7 @@ class __AccountSettingsBodyState extends State<_AccountSettingsBody> {
|
|||||||
// Notifications settings
|
// Notifications settings
|
||||||
_SettingsSection(
|
_SettingsSection(
|
||||||
title: tr("Notifications"),
|
title: tr("Notifications"),
|
||||||
subtitle: tr("Customize the notifications you receive on your phone"),
|
subtitle: tr("Choose the notifications you receive on your phone"),
|
||||||
icon: Icons.notifications,
|
icon: Icons.notifications,
|
||||||
onBuild: () => NotificationsSettingsScreen(),
|
onBuild: () => NotificationsSettingsScreen(),
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user