Medtrum: Use change patch for activity title
This commit is contained in:
parent
9ef3b6fa2d
commit
cfc529531f
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ class MedtrumActivity : MedtrumBaseActivity<ActivityMedtrumBinding>() {
|
|||
requestedOrientation = ActivityInfo.SCREEN_ORIENTATION_LOCKED
|
||||
window.addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON)
|
||||
|
||||
title = getString(R.string.step_prepare_patch)
|
||||
title = getString(R.string.change_patch_label)
|
||||
supportActionBar?.setDisplayHomeAsUpEnabled(true)
|
||||
supportActionBar?.setDisplayShowHomeEnabled(true)
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
<string name="patch_expiry_label">Patch expires</string>
|
||||
<string name="refresh_label">Refresh</string>
|
||||
<string name="reset_alarms_label">Reset alarms</string>
|
||||
<string name="change_patch_label">Change patch</string>
|
||||
<string name="change_patch_label">Change Patch</string>
|
||||
<string name="requested_by_user" comment="26 characters max for translation">Requested by user</string>
|
||||
<string name="expiry_not_enabled">Not enabled</string>
|
||||
|
||||
|
|
Loading…
Reference in a new issue