diff --git a/web/src/components/save/Omnibox.svelte b/web/src/components/save/Omnibox.svelte index 610de7f2..e4dc0587 100644 --- a/web/src/components/save/Omnibox.svelte +++ b/web/src/components/save/Omnibox.svelte @@ -150,7 +150,7 @@ spellcheck="false" autocomplete="off" autocapitalize="off" - maxlength="256" + maxlength="512" placeholder={$t("save.input.placeholder")} aria-label={$t("a11y.save.link_area")} data-form-type="other"