diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-07-07 18:18:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-07 18:18:23 +0200 |
commit | befbac3f1c54fd850256711327cbd4d24cd8390a (patch) | |
tree | 7bec9ec459d845e197484d16f1db8ab076dceed0 /config | |
parent | 25e076505ebe735cb3819ae8675b734d4f1c49aa (diff) |
Fix various in the user role management UI (#18777)
* Reword priority description * Disable checkboxes for permissions you can't enable in role edition interface * Set max priority in HTML attribute * Explicitly link to role edition, do not link when you can't edit * Reword priority description based on review
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/simple_form.en.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index 932f34d82..f7da3a23d 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -102,7 +102,7 @@ en: highlighted: This makes the role publicly visible name: Public name of the role, if role is set to be displayed as a badge permissions_as_keys: Users with this role will have access to... - position: Higher role decides conflict resolution in certain situations + position: Higher role decides conflict resolution in certain situations. Certain actions can only be performed on roles with alower priority webhook: events: Select events to send url: Where events will be sent to |