1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 08:15:16 +00:00

Add new translations

This commit is contained in:
2021-04-26 10:09:39 +02:00
parent 4a68a4a86a
commit e010a14a59
2 changed files with 30 additions and 4 deletions

View File

@ -114,10 +114,9 @@ class PushNotificationsConfigurationWidgetState
child: Column(
children: [
Text(
tr("%app% can send you push notifications to your device.",
args: {
"app": config().appName,
}),
tr("%app% can send push notifications to your device.", args: {
"app": config().appName,
}),
textAlign: TextAlign.center,
),
SizedBox(height: 10),