From a96a9441a49031f88a95965d9b7d8e87ca1d3dcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=C3=ABlle?= <48438163+Anaelle1@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:30:18 +0100 Subject: [PATCH] Tdl 24920 invoice admin sentence fix (#1001) * TDL-24920 Fixed invoice admin sentence * Revert "TDL-24920 Fixed invoice admin sentence" This reverts commit fb1a8108679ffb1e3bdd6ff43dfd0f2cba96fce3. * TDL-24920 Fixed invoice admin sentence --- _data/stitch/user-management/roles/invoice-admin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/stitch/user-management/roles/invoice-admin.yml b/_data/stitch/user-management/roles/invoice-admin.yml index 73dfd0bbe..6ee2a1ddf 100644 --- a/_data/stitch/user-management/roles/invoice-admin.yml +++ b/_data/stitch/user-management/roles/invoice-admin.yml @@ -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.