From 36c11556d764aa4b0b52016e8653348315d60653 Mon Sep 17 00:00:00 2001 From: wukko Date: Sun, 14 Jul 2024 20:33:49 +0600 Subject: [PATCH] web/i18n/save: fix grammar in terms note --- web/i18n/en/save.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/i18n/en/save.json b/web/i18n/en/save.json index 0986ae5f..ef676658 100644 --- a/web/i18n/en/save.json +++ b/web/i18n/en/save.json @@ -5,6 +5,6 @@ "audio": "audio", "mute": "mute", "input.placeholder": "paste the link here", - "terms.note.agreement": "by continuing you agree to", - "terms.note.link": "terms and ethics of use" + "terms.note.agreement": "by continuing, you agree to", + "terms.note.link": "the terms and ethics of use" }