From 381b83e08ca1e7caa4ea4fd7b1390c8a229b6172 Mon Sep 17 00:00:00 2001 From: ZhengLin Li <63448884+ZhengLin-Li@users.noreply.github.com> Date: Thu, 29 Dec 2022 02:03:02 -0800 Subject: [PATCH] Change Save to Comment For comment submit buttons we currently have: "Comment" (Changeset Comments) "Add Comment" (Issue Comments) "Comment" (Note Comments) "Save" (Diary Comments) So, to make them consistent, I'd propose to change "Save" to "Comment" --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index a3e086396..71ebd34cf 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -10,7 +10,7 @@ en: prompt: Choose file submit: diary_comment: - create: Save + create: Comment diary_entry: create: "Publish" update: "Update" -- 2.39.5