]> git.openstreetmap.org Git - rails.git/commitdiff
Change Save to Comment
authorZhengLin Li <63448884+ZhengLin-Li@users.noreply.github.com>
Thu, 29 Dec 2022 10:03:02 +0000 (02:03 -0800)
committerGitHub <noreply@github.com>
Thu, 29 Dec 2022 10:03:02 +0000 (02:03 -0800)
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

index a3e086396e274d46f92df531a4133c7973f859e4..71ebd34cf703ef78a14880affb2c0bb645f24614 100644 (file)
@@ -10,7 +10,7 @@ en:
       prompt: Choose file
     submit:
       diary_comment:
-        create: Save
+        create: Comment
       diary_entry:
         create: "Publish"
         update: "Update"