Commit 0ed84b01 authored by Ryan Cobb's avatar Ryan Cobb Committed by Reuben Pereira

Generate localizations and use implicit divs

parent 508e926c
...@@ -55,9 +55,9 @@ ...@@ -55,9 +55,9 @@
= ff.label s_("AdminUsers|Validate user account") = ff.label s_("AdminUsers|Validate user account")
.col-sm-10.gl-display-flex.gl-align-items-baseline .col-sm-10.gl-display-flex.gl-align-items-baseline
= ff.check_box :credit_card_validated_at, checked: @user.credit_card_validated_at.present? = ff.check_box :credit_card_validated_at, checked: @user.credit_card_validated_at.present?
%div.gl-pl-2 .gl-pl-2
%div.light .light
= s_('AdminUsers|User is validated and can use free CI minutes on shared runners.') = s_('AdminUsers|User is validated and can use free CI minutes on shared runners.')
%div.text-muted .text-muted
= s_('AdminUsers|A user can validate themselves by inputting a credit/debit card, or an admin can manually validate a user.') = s_('AdminUsers|A user can validate themselves by inputting a credit/debit card, or an admin can manually validate a user.')
...@@ -2461,6 +2461,9 @@ msgstr "" ...@@ -2461,6 +2461,9 @@ msgstr ""
msgid "AdminUsers|2FA Enabled" msgid "AdminUsers|2FA Enabled"
msgstr "" msgstr ""
msgid "AdminUsers|A user can validate themselves by inputting a credit/debit card, or an admin can manually validate a user."
msgstr ""
msgid "AdminUsers|Access" msgid "AdminUsers|Access"
msgstr "" msgstr ""
...@@ -2719,6 +2722,9 @@ msgstr "" ...@@ -2719,6 +2722,9 @@ msgstr ""
msgid "AdminUsers|Unlock user %{username}?" msgid "AdminUsers|Unlock user %{username}?"
msgstr "" msgstr ""
msgid "AdminUsers|User is validated and can use free CI minutes on shared runners."
msgstr ""
msgid "AdminUsers|User will be blocked" msgid "AdminUsers|User will be blocked"
msgstr "" msgstr ""
...@@ -2734,6 +2740,9 @@ msgstr "" ...@@ -2734,6 +2740,9 @@ msgstr ""
msgid "AdminUsers|Users can still be invited to your instance and/or add themselves if permitted based on your settings. They will not have access to your instance, nor count towards your subscribed seat count until you %{approve_link}." msgid "AdminUsers|Users can still be invited to your instance and/or add themselves if permitted based on your settings. They will not have access to your instance, nor count towards your subscribed seat count until you %{approve_link}."
msgstr "" msgstr ""
msgid "AdminUsers|Validate user account"
msgstr ""
msgid "AdminUsers|View pending member requests" msgid "AdminUsers|View pending member requests"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment