Commit 1490f0f0 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '29165-confusing-wording-fix' into 'master'

Resolve "Admin Area's *Runners* page is confusing with use of *State* and *Type*"

Closes #29165

See merge request gitlab-org/gitlab!21591
parents a4b7b511 06ac90c0
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
%br %br
%div %div
%span= _('Each Runner can be in one of the following states:') %span= _('Each Runner can be in one of the following states and/or belong to one of the following types:')
%ul %ul
%li %li
%span.badge.badge-success shared %span.badge.badge-success shared
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
.runners-content.content-list .runners-content.content-list
.table-holder .table-holder
.gl-responsive-table-row.table-row-header{ role: 'row' } .gl-responsive-table-row.table-row-header{ role: 'row' }
.table-section.section-10{ role: 'rowheader' }= _('Type') .table-section.section-10{ role: 'rowheader' }= _('Type/State')
.table-section.section-10{ role: 'rowheader' }= _('Runner token') .table-section.section-10{ role: 'rowheader' }= _('Runner token')
.table-section.section-20{ role: 'rowheader' }= _('Description') .table-section.section-20{ role: 'rowheader' }= _('Description')
.table-section.section-10{ role: 'rowheader' }= _('Version') .table-section.section-10{ role: 'rowheader' }= _('Version')
......
---
title: Fixes wording on runner admin
merge_request:
author:
type: changed
...@@ -6233,6 +6233,9 @@ msgstr "" ...@@ -6233,6 +6233,9 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)" msgid "Dynamic Application Security Testing (DAST)"
msgstr "" msgstr ""
msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
msgstr ""
msgid "Each Runner can be in one of the following states:" msgid "Each Runner can be in one of the following states:"
msgstr "" msgstr ""
...@@ -18914,6 +18917,9 @@ msgstr "" ...@@ -18914,6 +18917,9 @@ msgstr ""
msgid "Type" msgid "Type"
msgstr "" msgstr ""
msgid "Type/State"
msgstr ""
msgid "U2F Devices (%{length})" msgid "U2F Devices (%{length})"
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