Made the user exemptions for action confirmation a bit clearer (#16143)

The part "can view the view tab" was quite confusing here.
This commit is contained in:
Philip Allgaier 2021-01-10 21:43:55 +01:00 committed by GitHub
parent fd30f1de66
commit 7df05d6b56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,7 +189,7 @@ exemptions:
{% configuration exemptions %} {% configuration exemptions %}
user: user:
required: true required: true
description: User id that can see the view tab. For each user´s id listed, the confirmation dialog will NOT be shown. description: User ID for which the confirmation dialog will **not** be shown.
type: string type: string
{% endconfiguration %} {% endconfiguration %}