Updated String

This commit is contained in:
2025-08-20 08:54:23 +02:00
parent e1a414b1f0
commit db2192b47b
7 changed files with 8 additions and 8 deletions

View File

@@ -55,7 +55,7 @@ class AboutView extends StatelessWidget {
CupertinoButton(
sizeStyle: CupertinoButtonSize.medium,
padding: EdgeInsets.zero,
child: Text(AppLocalizations.of(context).imprint),
child: Text(AppLocalizations.of(context).legal_notice),
onPressed: () => launchUrl(Uri.parse(Constants.kLegalLink)),
),
CupertinoButton(