From 4a70f09017b2fb765b0cefbcade3cd3b16bf58e7 Mon Sep 17 00:00:00 2001 From: wukko Date: Mon, 18 Nov 2024 16:27:39 +0600 Subject: [PATCH] web/Omnibox: add community instance label now it's easier for the end user to differentiate if an instance is official or not --- web/i18n/en/save.json | 4 +++- web/src/components/save/Omnibox.svelte | 21 +++++++++++++++++++-- 2 files changed, 22 insertions(+), 3 deletions(-) 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 @@