From 39ca64c814d33caf4e3574efbdba97bfc8566311 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 12 May 2021 17:40:21 +0100 Subject: [PATCH] Use Update and Register as actions, to be consistent with client_applications --- config/locales/en.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index 91a39eb5c..f909adefc 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -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?" -- 2.45.1