diff --git a/src/lib/components/chat/Settings/Interface.svelte b/src/lib/components/chat/Settings/Interface.svelte
index 80942a09eb..82d39b41dc 100644
--- a/src/lib/components/chat/Settings/Interface.svelte
+++ b/src/lib/components/chat/Settings/Interface.svelte
@@ -326,18 +326,35 @@
{$i18n.t('UI')}
-
-
-
+
+
-
- {textScale}x
-
+
+
+
-
+ {#if textScale !== null}
+
-
+ {/if}