Update schedule label

This commit is contained in:
Hillel Coren 2023-02-20 13:39:10 +02:00
parent bb8abedb01
commit 13a34e6d76
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class _ScheduleEditState extends State<ScheduleEdit> {
value.isEmpty ? localization.pleaseEnterAName : null, value.isEmpty ? localization.pleaseEnterAName : null,
), ),
AppDropdownButton<String>( AppDropdownButton<String>(
labelText: localization.template, labelText: localization.action,
value: schedule.template, value: schedule.template,
onChanged: (dynamic value) { onChanged: (dynamic value) {
viewModel.onChanged( viewModel.onChanged(