s_('GroupSettings|Please choose a group URL with no special characters or spaces.')
s_('GroupSettings|Choose a group path that does not start with a dash or end with a period. It can also contain alphanumeric characters and underscores.')
=link_to_('Remove avatar'),group_avatar_path(@group.to_param),data: {confirm: _('Avatar will be removed. Are you sure?')},method: :delete,class: 'gl-button btn btn-danger-secondary'
=link_to_('Groups|Remove avatar'),group_avatar_path(@group.to_param),data: {confirm: s_('Groups|Avatar will be removed. Are you sure?')},method: :delete,class: 'gl-button btn btn-danger-secondary'
msgid "Changing any setting here requires an application restart"
msgstr ""
msgid "Changing group URL can have unintended side effects."
msgstr ""
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
...
...
@@ -6892,9 +6889,6 @@ msgstr ""
msgid "Checking branch availability..."
msgstr ""
msgid "Checking group URL availability..."
msgstr ""
msgid "Checking group path availability..."
msgstr ""
...
...
@@ -16838,9 +16832,6 @@ msgstr ""
msgid "Group Hooks"
msgstr ""
msgid "Group ID"
msgstr ""
msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
msgstr ""
...
...
@@ -16868,9 +16859,6 @@ msgstr ""
msgid "Group by"
msgstr ""
msgid "Group description"
msgstr ""
msgid "Group description (optional)"
msgstr ""
...
...
@@ -17285,6 +17273,9 @@ msgstr ""
msgid "GroupSettings|Changing a group's URL can have unintended side effects."
msgstr ""
msgid "GroupSettings|Choose a group path that does not start with a dash or end with a period. It can also contain alphanumeric characters and underscores."
msgstr ""
msgid "GroupSettings|Compliance frameworks"
msgstr ""
...
...
@@ -17567,6 +17558,54 @@ msgstr ""
msgid "GroupsTree|Search by name"
msgstr ""
msgid "Groups|Avatar will be removed. Are you sure?"
msgstr ""
msgid "Groups|Changing group URL can have unintended side effects."
msgstr ""
msgid "Groups|Checking group URL availability..."
msgstr ""
msgid "Groups|Enter a descriptive name for your group."
msgstr ""
msgid "Groups|Group ID"
msgstr ""
msgid "Groups|Group URL"
msgstr ""
msgid "Groups|Group avatar"
msgstr ""
msgid "Groups|Group description"
msgstr ""
msgid "Groups|Group name"
msgstr ""
msgid "Groups|Group path is available."
msgstr ""
msgid "Groups|Group path is unavailable. Path has been replaced with a suggested available path."
msgstr ""
msgid "Groups|Learn more"
msgstr ""
msgid "Groups|Must start with letter, digit, emoji, or underscore. Can also contain periods, dashes, spaces, and parentheses."
msgstr ""
msgid "Groups|Optional group description."
msgstr ""
msgid "Groups|Remove avatar"
msgstr ""
msgid "Groups|Save changes"
msgstr ""
msgid "Guideline"
msgstr ""
...
...
@@ -23446,7 +23485,7 @@ msgstr ""
msgid "Must match with the %{codeStart}geo_node_name%{codeEnd} in %{codeStart}/etc/gitlab/gitlab.rb%{codeEnd}. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "My Awesome Group"
msgid "My awesome group"
msgstr ""
msgid "My company or team"
...
...
@@ -25196,9 +25235,6 @@ msgstr ""
msgid "Optional parameter \"variables\" must be a Hash. Ex: variables[key1]=value1"
msgstr ""
msgid "Optional."
msgstr ""
msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
expect(page).tohave_text('Please choose a group URL with no special characters or spaces.')
expect(page).tohave_text('Choose a group path that does not start with a dash or end with a period. It can also contain alphanumeric characters and underscores.')
end
end
...
...
@@ -90,7 +90,7 @@ RSpec.describe 'Group' do
fill_in'group_path',with: user.username
wait_for_requests
expect(page).tohave_content("Group path is already taken. We've suggested one that is available.")
expect(page).tohave_content("Group path is unavailable. Path has been replaced with a suggested available path.")
end
it'does not break after an invalid form submit'do
...
...
@@ -279,7 +279,7 @@ RSpec.describe 'Group' do
fill_in'Group URL',with: subgroup.path
wait_for_requests
expect(page).tohave_content("Group path is already taken. We've suggested one that is available.")
expect(page).tohave_content("Group path is unavailable. Path has been replaced with a suggested available path.")