From 5e6f0fad83e9875de1fd3b02539ea9d5cf44d038 Mon Sep 17 00:00:00 2001 From: Martin Artnik Date: Tue, 7 Mar 2023 12:14:02 +0100 Subject: [PATCH] Access modal translation amends [SCI-8060] --- config/locales/en.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 4501d1fdb..d53c33cb0 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -3218,9 +3218,9 @@ en: access_permissions: everyone_else: "Everyone else at %{team_name}" - reset: "The inherited role will be applied" + reset: "Inherit role" remove_access: "Remove access" - grant_access: "Grant access" + grant_access: "Grant new access" create: success: one: "You have successfully granted access to %{count} member to the project." @@ -3235,15 +3235,15 @@ en: new_resource_assignments: "Grant new access to %{resource}" new_assignments_form: title: "Select members" - submit: "Grant access" - submit_singular: "Grant access to 1 user" - submit_plural: "Grant access to {num} users" + submit: "Grant new access" + submit_singular: "Grant access to 1 member" + submit_plural: "Grant access to {num} members" find_people_html: "Find people" new_protocol_assignments_form: title: "Select members" - submit: "Grant access" - submit_singular: "Grant access to 1 user" - submit_plural: "Grant access to {num} users" + submit: "Grant new access" + submit_singular: "Grant access to 1 member" + submit_plural: "Grant access to {num} members" find_people_html: "Find people" experiment_member_field: reset: "Inherit role"