mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Add new translations
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user