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:
@@ -93,7 +93,7 @@ class _SettingsViewState extends State<SettingsView> {
|
|||||||
_stepperKey1 = UniqueKey();
|
_stepperKey1 = UniqueKey();
|
||||||
_stepperKey2 = UniqueKey();
|
_stepperKey2 = UniqueKey();
|
||||||
}),
|
}),
|
||||||
child: const Text('Standard zurücksetzten'),
|
child: const Text('Auf Standard zurücksetzten'),
|
||||||
),
|
),
|
||||||
)),
|
)),
|
||||||
Padding(
|
Padding(
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ name: cabo_counter
|
|||||||
description: "Mobile app for the card game Cabo"
|
description: "Mobile app for the card game Cabo"
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
|
|
||||||
version: 0.2.6+197
|
version: 0.2.7+198
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.5.4
|
sdk: ^3.5.4
|
||||||
|
|||||||
Reference in New Issue
Block a user