Skip to content

Commit

Permalink
Tdl 24920 invoice admin sentence fix (#1001)
Browse files Browse the repository at this point in the history
* TDL-24920 Fixed invoice admin sentence

* Revert "TDL-24920 Fixed invoice admin sentence"

This reverts commit fb1a810.

* TDL-24920 Fixed invoice admin sentence
  • Loading branch information
Anaelle1 authored Feb 19, 2024
1 parent 17556d6 commit a96a944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _data/stitch/user-management/roles/invoice-admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: |
{% capture administrator-name %}{{ site.data.stitch.user-management.roles.administrator.name }}{% endcapture %}
{% capture invoice-admin-name %}{{ site.data.stitch.user-management.roles.invoice-admin.name }}{% endcapture %}
The {{ invoice-admin-name }} is the user who initially enters the payment info for the account. This role can be reassigned by the {{ administrator-name }}. They have the same permissions as a General User, but also receive an email copy of the account's monthly invoice.
The {{ invoice-admin-name }} is the user who initially enters the payment info for the account. They have the same permissions as a General User, but also receive an email copy of the account's monthly invoice.
**Note**: If the {{ {{ invoice-admin-name }} initially enabled SSO for the account, they will also have {{ administrator-name }} permissions.
Expand Down

0 comments on commit a96a944

Please sign in to comment.