From 07975651a92931bb83d25f6a6b0b4c6c76aa3847 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 14:34:34 +0100 Subject: [PATCH] TDL-24920 Fixed invoice admin sentence (#1000) --- Gemfile.lock | 50 ++++++++++--------- .../user-management/roles/invoice-admin.yml | 2 +- 2 files changed, 28 insertions(+), 24 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bd46353c9..79f670967 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,34 +1,36 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.1) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) colorator (1.1.0) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.3) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) eventmachine (1.2.7) - ffi (1.15.5) + ffi (1.16.3) forwardable-extended (2.6.0) + google-protobuf (3.25.2) http_parser.rb (0.8.0) - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) - jekyll (4.2.2) + jekyll (4.3.3) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) i18n (~> 1.0) - jekyll-sass-converter (~> 2.0) + jekyll-sass-converter (>= 2.0, < 4.0) jekyll-watch (~> 2.0) - kramdown (~> 2.3) + kramdown (~> 2.3, >= 2.3.1) kramdown-parser-gfm (~> 1.0) liquid (~> 4.0) - mercenary (~> 0.4.0) + mercenary (>= 0.3.6, < 0.5) pathutil (~> 0.9) - rouge (~> 3.0) + rouge (>= 3.0, < 5.0) safe_yaml (~> 1.0) - terminal-table (~> 2.0) + terminal-table (>= 1.8, < 4.0) + webrick (~> 1.7) jekyll-contentblocks (1.2.0) jekyll jekyll-include-cache (0.2.1) @@ -37,34 +39,36 @@ GEM jekyll (>= 3.3, < 5.0) jekyll-redirect-from (0.16.0) jekyll (>= 3.3, < 5.0) - jekyll-sass-converter (2.2.0) - sassc (> 2.0.1, < 3.0) + jekyll-sass-converter (3.0.0) + sass-embedded (~> 1.54) jekyll-watch (2.2.1) listen (~> 3.0) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - liquid (4.0.3) - listen (3.7.1) + liquid (4.0.4) + listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (5.0.0) + public_suffix (5.0.4) + rake (13.1.0) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.2.5) - rouge (3.30.0) + rexml (3.2.6) + rouge (4.2.0) safe_yaml (1.0.5) - sassc (2.4.0) - ffi (~> 1.9) - terminal-table (2.0.0) - unicode-display_width (~> 1.1, >= 1.1.1) - unicode-display_width (1.8.0) - webrick (1.7.0) + sass-embedded (1.70.0) + google-protobuf (~> 3.25) + rake (>= 13.0.0) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) + unicode-display_width (2.5.0) + webrick (1.8.1) PLATFORMS ruby 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.