]> git.openstreetmap.org Git - rails.git/blobdiff - config/locales/en.yml
Set title/h1 to something sensible when granting/revoking roles
[rails.git] / config / locales / en.yml
index 8d53dcdf361dfa7a9fafd80c0e5c905450fd9098..9105a2d425ac2bd03c521e05e6dc0cc5dd670d79 100644 (file)
@@ -1013,10 +1013,14 @@ en:
       already_has_role: "The user already has role {{role}}."
       doesnt_have_role: "The user does not have role {{role}}."
     grant:
+      title: Confirm role granting
+      heading: Confirm role granting
       are_you_sure: "Are you sure you want to grant the role `{{role}}' to the user `{{name}}'?"
       confirm: "Confirm"
       fail: "Couldn't grant role `{{role}}' to user `{{name}}'. Please check that the user and role are both valid."
     revoke:
+      title: Confirm role revoking
+      heading: Confirm role revoking
       are_you_sure: "Are you sure you want to revoke the role `{{role}}' from the user `{{name}}'?"
       confirm: "Confirm"
       fail: "Couldn't revoke role `{{role}}' from user `{{name}}'. Please check that the user and role are both valid."