Merge pull request #48 from flixcoo/enhance/39-correct-label-for-reset-to-defaults-button-in-app-settings

Updated Button-Label in SettingsView
This commit is contained in:
2025-06-12 10:32:26 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ class _SettingsViewState extends State<SettingsView> {
_stepperKey1 = UniqueKey();
_stepperKey2 = UniqueKey();
}),
child: const Text('Standard zurücksetzten'),
child: const Text('Auf Standard zurücksetzten'),
),
)),
Padding(

View File

@@ -2,7 +2,7 @@ name: cabo_counter
description: "Mobile app for the card game Cabo"
publish_to: 'none'
version: 0.2.6+197
version: 0.2.7+198
environment:
sdk: ^3.5.4