about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2025-03-07 12:07:04 -0600
committerGitHub <noreply@github.com>2025-03-07 12:07:04 -0600
commit166c56c4cb74b3e67ba851aac685cf3c3e8d0727 (patch)
treef888cb145738e4a321ab72ad6f00a796efd37960
parent131578ca3ab3748d06e857eb01157b65d40633d8 (diff)
downloadvoidsky-166c56c4cb74b3e67ba851aac685cf3c3e8d0727.tar.zst
Fix translation def (#7934)
-rw-r--r--src/screens/StarterPack/Wizard/StepDetails.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/StarterPack/Wizard/StepDetails.tsx b/src/screens/StarterPack/Wizard/StepDetails.tsx
index a01a3d3a9..ba18a4b02 100644
--- a/src/screens/StarterPack/Wizard/StepDetails.tsx
+++ b/src/screens/StarterPack/Wizard/StepDetails.tsx
@@ -55,7 +55,7 @@ export function StepDetails() {
                 msg({
                   comment:
                     'Accessibility label describing how many characters the user has entered out of a 50-character limit in a text input field',
-                  message: '${state.name?.length} out of 50',
+                  message: `${state.name?.length} out of 50`,
                 }),
               )}>
               <Text style={[t.atoms.text_contrast_medium]}>