Fix schedule edit day backgrounds for older devices.

This commit is contained in:
Cody Henthorne
2021-12-09 17:15:59 -05:00
parent 755a25519a
commit b80c844a0b
4 changed files with 19 additions and 9 deletions

View File

@@ -121,7 +121,7 @@ class EditNotificationProfileFragment : DSLSettingsFragment(layoutId = R.layout.
.subscribeBy(
onSuccess = { initial ->
if (initial.createMode) {
saveButton.text = getString(R.string.EditNotificationProfileFragment__next)
saveButton.text = getString(R.string.EditNotificationProfileFragment__create)
title.setText(R.string.EditNotificationProfileFragment__name_your_profile)
} else {
saveButton.text = getString(R.string.EditNotificationProfileFragment__save)