mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 16:25:17 +00:00
Add new panes to tour
This commit is contained in:
@ -114,7 +114,10 @@ class PushNotificationsConfigurationWidgetState
|
||||
child: Column(
|
||||
children: [
|
||||
Text(
|
||||
tr("Comunic can send you push notifications to your device."),
|
||||
tr("%app% can send you push notifications to your device.",
|
||||
args: {
|
||||
"app": config().appName,
|
||||
}),
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
SizedBox(height: 10),
|
||||
|
Reference in New Issue
Block a user