From: ZhengLin Li <63448884+ZhengLin-Li@users.noreply.github.com> Date: Thu, 29 Dec 2022 10:03:02 +0000 (-0800) Subject: Change Save to Comment X-Git-Tag: live~1574^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/381b83e08ca1e7caa4ea4fd7b1390c8a229b6172 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" --- 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"