1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-09 05:34:18 +00:00

fix: misleading text for disable animations option

This commit is contained in:
Elias Schneider
2025-06-09 18:22:55 +02:00
parent 575b2f71e9
commit 657a51f7ed
14 changed files with 14 additions and 14 deletions

View File

@@ -71,7 +71,7 @@
<CheckboxWithLabel
id="disable-animations"
label={m.disable_animations()}
description={m.turn_off_all_animations_throughout_the_admin_ui()}
description={m.turn_off_ui_animations()}
bind:checked={$inputs.disableAnimations.value}
/>
</div>