diff --git a/web/i18n/en/save.json b/web/i18n/en/save.json index 79a65dfb..e6edc0de 100644 --- a/web/i18n/en/save.json +++ b/web/i18n/en/save.json @@ -19,5 +19,7 @@ "tutorial.step.3": "select the respective shortcut in the share sheet.", "tutorial.outro": "these shortcuts will work only from the cobalt app, sharing links from other apps will not work.", "tutorial.shortcut.photos": "to photos", - "tutorial.shortcut.files": "to files" + "tutorial.shortcut.files": "to files", + + "label.community_instance": "community instance" } diff --git a/web/src/components/save/Omnibox.svelte b/web/src/components/save/Omnibox.svelte index c366dd8f..15368df3 100644 --- a/web/src/components/save/Omnibox.svelte +++ b/web/src/components/save/Omnibox.svelte @@ -1,15 +1,16 @@