1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-22 22:43:22 +00:00

Reduce description length

This commit is contained in:
Pierre HUBERT 2021-04-11 14:33:19 +02:00
parent 150ecf7b52
commit 38c639331f

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 your phone"),
subtitle: tr("Choose the notifications you receive on your phone"),
icon: Icons.notifications,
onBuild: () => NotificationsSettingsScreen(),
),