forgot one
This commit is contained in:
parent
eeb4125336
commit
115b5adb7a
2 changed files with 2 additions and 1 deletions
|
@ -232,7 +232,7 @@ fun AdvancedOptions() { // TODO put this in viewmodel
|
|||
.fillMaxWidth()
|
||||
.padding(horizontal = 12.dp)
|
||||
) {
|
||||
Text("none yet sorry")
|
||||
Text(text = stringResource(id = R.string.no_options))
|
||||
|
||||
Row(
|
||||
verticalAlignment = Alignment.CenterVertically
|
||||
|
|
|
@ -19,4 +19,5 @@
|
|||
<string name="login_checkbox">here\'s a checkbox for you</string>
|
||||
<string name="login_checkbox_20">having fun?</string>
|
||||
<string name="login_checkbox_angry">checkbox is angry</string>
|
||||
<string name="no_options">none yet sorry</string>
|
||||
</resources>
|
Loading…
Reference in a new issue