Skip to content

Commit

Permalink
make the hint more concise
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurKun21 committed Nov 13, 2024
1 parent 5c72f3b commit 28e1253
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ fun SkillMakerChoice3(
.fillMaxWidth()
) {
Text(
stringResource(R.string.skill_maker_update_hints).uppercase(),
stringResource(R.string.skill_maker_update_button_labels).uppercase(),
style = MaterialTheme.typography.bodySmall,
textAlign = TextAlign.Center,
textDecoration = TextDecoration.Underline
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ fun SkillMakerTwoTargets(
.fillMaxWidth()
) {
Text(
stringResource(R.string.skill_maker_update_hints).uppercase(),
stringResource(R.string.skill_maker_update_button_labels).uppercase(),
style = MaterialTheme.typography.bodySmall,
textAlign = TextAlign.Center,
textDecoration = TextDecoration.Underline
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/localized.xml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ After pressing on the button, switch the app filter from \"Not optimized\" to \"
<item>"Mélusine"</item>
<item>"Ptolemy"</item>
</string-array>
<string name="skill_maker_update_hints">"Update hints"</string>
<string name="skill_maker_update_button_labels">"Button Labels"</string>
<string name="skill_maker_van_gogh">Van Gogh (Miner)</string>
<string name="skill_maker_hakunon">Hakunon</string>
<string name="skill_maker_charlotte">Charlotte</string>
Expand Down

0 comments on commit 28e1253

Please sign in to comment.