Commit 545c410a authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'fix65' into 'master'

Improve strings about busy indicator

See merge request gitlab-org/gitlab!72442
parents 10f63d71 9dbdb945
...@@ -339,7 +339,7 @@ export default { ...@@ -339,7 +339,7 @@ export default {
</div> </div>
<div class="gl-display-flex"> <div class="gl-display-flex">
<span class="gl-text-gray-600 gl-ml-5"> <span class="gl-text-gray-600 gl-ml-5">
{{ s__('SetStatusModal|A busy indicator is shown next to your name and avatar.') }} {{ s__('SetStatusModal|An indicator appears next to your name and avatar') }}
</span> </span>
</div> </div>
</div> </div>
......
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
placeholder: s_("Profiles|What's your status?") placeholder: s_("Profiles|What's your status?")
.checkbox-icon-inline-wrapper .checkbox-icon-inline-wrapper
= status_form.check_box :availability, { data: { testid: "user-availability-checkbox" }, label: s_("Profiles|Busy"), wrapper_class: 'gl-mr-0 gl-font-weight-bold' }, availability["busy"], availability["not_set"] = status_form.check_box :availability, { data: { testid: "user-availability-checkbox" }, label: s_("Profiles|Busy"), wrapper_class: 'gl-mr-0 gl-font-weight-bold' }, availability["busy"], availability["not_set"]
.gl-text-gray-600.gl-ml-5= s_('Profiles|"Busy" will be shown next to your name') .gl-text-gray-600.gl-ml-5= s_('Profiles|An indicator appears next to your name and avatar')
.col-lg-12 .col-lg-12
%hr %hr
.row.user-time-preferences.js-search-settings-section .row.user-time-preferences.js-search-settings-section
......
...@@ -26071,9 +26071,6 @@ msgstr "" ...@@ -26071,9 +26071,6 @@ msgstr ""
msgid "Profiles| You are going to change the username %{currentUsernameBold} to %{newUsernameBold}. Profile and projects will be redirected to the %{newUsername} namespace but this redirect will expire once the %{currentUsername} namespace is registered by another user or group. Please update your Git repository remotes as soon as possible." msgid "Profiles| You are going to change the username %{currentUsernameBold} to %{newUsernameBold}. Profile and projects will be redirected to the %{newUsername} namespace but this redirect will expire once the %{currentUsername} namespace is registered by another user or group. Please update your Git repository remotes as soon as possible."
msgstr "" msgstr ""
msgid "Profiles|\"Busy\" will be shown next to your name"
msgstr ""
msgid "Profiles|%{provider} Active" msgid "Profiles|%{provider} Active"
msgstr "" msgstr ""
...@@ -26101,6 +26098,9 @@ msgstr "" ...@@ -26101,6 +26098,9 @@ msgstr ""
msgid "Profiles|An error occurred while updating your username, please try again." msgid "Profiles|An error occurred while updating your username, please try again."
msgstr "" msgstr ""
msgid "Profiles|An indicator appears next to your name and avatar"
msgstr ""
msgid "Profiles|Avatar cropper" msgid "Profiles|Avatar cropper"
msgstr "" msgstr ""
...@@ -31294,10 +31294,10 @@ msgstr "" ...@@ -31294,10 +31294,10 @@ msgstr ""
msgid "SetPasswordToCloneLink|set a password" msgid "SetPasswordToCloneLink|set a password"
msgstr "" msgstr ""
msgid "SetStatusModal|A busy indicator is shown next to your name and avatar." msgid "SetStatusModal|Add status emoji"
msgstr "" msgstr ""
msgid "SetStatusModal|Add status emoji" msgid "SetStatusModal|An indicator appears next to your name and avatar"
msgstr "" msgstr ""
msgid "SetStatusModal|Busy" msgid "SetStatusModal|Busy"
......
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