about summary refs log tree commit diff
path: root/src/state
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-09-05 18:34:00 +0300
committerGitHub <noreply@github.com>2025-09-05 08:34:00 -0700
commitee3e08393882a9d72ae9cab5f765ed2885c5a98d (patch)
treea18396cf22b84b22073059922819e278890cc36a /src/state
parent0f089060d2596bf75f141d1d574f14952bca1066 (diff)
downloadvoidsky-ee3e08393882a9d72ae9cab5f765ed2885c5a98d.tar.zst
Restore quick language select (#8981)
* restore quick language select

* rm showCancel

* rm margin from thread button

* alf composer icons

* stop hiding keyboard

* use trans
Diffstat (limited to 'src/state')
-rw-r--r--src/state/persisted/schema.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/state/persisted/schema.ts b/src/state/persisted/schema.ts
index f840081f3..11204f309 100644
--- a/src/state/persisted/schema.ts
+++ b/src/state/persisted/schema.ts
@@ -78,8 +78,8 @@ const schema = z.object({
     postLanguage: z.string(),
     /**
      * The user's post language history, used to pre-populate the post language
-     * selector in the composer. Within each value, multiple languages are
-     * separated by values.
+     * selector in the composer. Within each value, multiple languages are separated
+     * by commas.
      *
      * BCP-47 2-letter language codes without region.
      */