1
0
forked from GRIN/grim

i18n: translate lagging fallback strings and localize settings username hint

This commit is contained in:
2ro
2026-07-04 23:13:41 -04:00
parent a9023d0404
commit 2afea5abc0
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -4707,7 +4707,7 @@ impl GoblinWalletView {
let before = claim.input.clone();
TextEdit::new(egui::Id::from("settings_claim"))
.focus(false)
.hint_text("yourname")
.hint_text(t!("goblin.onboarding.identity.username_field_hint"))
.text_color(t.surface_text)
.body()
.ui(ui, &mut claim.input, cb);