mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 02:04:33 +08:00
Merge pull request #5236 from sboursen-scinote/sb_SCI-8231
Change wording for access management to cover project and templates [SCI-8231]
This commit is contained in:
commit
3a25d0463e
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue