mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 23:42:00 +01:00
Use correct label for button
This commit is contained in:
@@ -56,7 +56,7 @@ class _WorkoutPlanDetailState extends State<WorkoutPlanDetail> {
|
||||
Column(
|
||||
children: [
|
||||
ElevatedButton(
|
||||
child: Text(AppLocalizations.of(context)!.addSet),
|
||||
child: Text(AppLocalizations.of(context)!.newDay),
|
||||
onPressed: () {
|
||||
Navigator.pushNamed(
|
||||
context,
|
||||
|
||||
Reference in New Issue
Block a user