deleteTimer Apptext
This commit is contained in:
parent
a328d2194f
commit
e8f2d71df3
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ fun TimerEditRoute(
|
|||
|
||||
@Composable
|
||||
fun deleteButton() {
|
||||
DeleteButton(text = AppText.delete_subject) {
|
||||
DeleteButton(text = AppText.delete_timer) {
|
||||
viewModel.deleteTimer(viewModel.getTimerInfo(), popUp)
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue