]> git.openstreetmap.org Git - rails.git/commitdiff
Use Update and Register as actions, to be consistent with client_applications
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 12 May 2021 16:40:21 +0000 (17:40 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 19 May 2021 15:22:14 +0000 (16:22 +0100)
config/locales/en.yml

index 91a39eb5cc683e88ded9d1c69bf9971f04dec290..f909adefc639fe2357cb1ef835135f6d13358270 100644 (file)
@@ -21,6 +21,9 @@ en:
       client_application:
         create: Register
         update: Update
+      doorkeeper_application:
+        create: Register
+        update: Update
       redaction:
         create: Create redaction
         update: Save redaction
@@ -485,6 +488,11 @@ en:
       comment: Comment
       newer_comments: "Newer Comments"
       older_comments: "Older Comments"
+  doorkeeper:
+    flash:
+      applications:
+        create:
+          notice: Application Registered.
   friendships:
     make_friend:
       heading: "Add %{user} as a friend?"