From 852108df0b19da5617c37f16b9ccb36ce8120899 Mon Sep 17 00:00:00 2001 From: sboursen-scinote Date: Fri, 31 Mar 2023 18:45:32 +0200 Subject: [PATCH] Change flash messages for protocol access permission [SCI-8231] --- config/locales/en.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index dbdea79e7..ca2137654 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -3206,11 +3206,11 @@ en: grant_access: "Grant access" create: success: - one: "You have successfully granted access to %{count} member to the project." - other: "You have successfully granted access to %{count} members to the project." + one: "You have successfully granted access to %{count} member." + other: "You have successfully granted access to %{count} members." failure: "Something went wrong" destroy: - success: "You have successfully removed %{member_name} from the project." + success: "You have successfully removed %{member_name}." failure: "Something went wrong" update: failure: "Something went wrong"