%span.form-text.d-inline.font-weight-normal.align-text-bottom.ml-3=Feature.enabled?(:enforced_sso_requires_session,group)?s_('GroupSAML|Enforce SSO-only authentication for this group.'):s_('GroupSAML|Enforce SSO-only membership for this group.')
.form-text.text-muted.js-helper-text{style: "display: #{'none' if saml_provider.enabled?} #{'block' unless saml_provider.enabled?}"}
%span.form-text.d-inline.font-weight-normal.align-text-bottom.ml-3=s_('GroupSAML|Enforce users to have dedicated group managed accounts for this group.')
.form-text.text-muted.js-helper-text{style: "display: #{'none' if saml_provider.enforced_sso?} #{'block' unless saml_provider.enforced_sso?}"}
...
...
@@ -28,7 +28,7 @@
=s_('GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group.')