From f582be5d440a0e345607a18bcdf6c10b4a8bd0f9 Mon Sep 17 00:00:00 2001 From: wukko Date: Sun, 14 Jul 2024 21:27:34 +0600 Subject: [PATCH] web/i18n/save: remove "the" from terms note --- web/i18n/en/save.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/i18n/en/save.json b/web/i18n/en/save.json index ef676658..83d260d2 100644 --- a/web/i18n/en/save.json +++ b/web/i18n/en/save.json @@ -6,5 +6,5 @@ "mute": "mute", "input.placeholder": "paste the link here", "terms.note.agreement": "by continuing, you agree to", - "terms.note.link": "the terms and ethics of use" + "terms.note.link": "terms and ethics of use" }