Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2021-10-26 00:10:01 +00:00
parent 4d0bc99be4
commit 84e29d9728
3 changed files with 12 additions and 8 deletions

View File

@ -40,7 +40,7 @@ export function createApolloProvider() {
type: 'TITLE',
enabled: true,
// eslint-disable-next-line @gitlab/require-i18n-strings
contentText: 'Test',
contentText: 'Test Work Item Title',
},
],
},

View File

@ -36,7 +36,11 @@ export default {
<section>
<!-- Title widget placeholder -->
<div>
<h2 v-if="titleWidgetData" class="title" data-testid="title">
<h2
v-if="titleWidgetData"
class="gl-font-weight-normal gl-sm-font-weight-bold gl-my-5"
data-testid="title"
>
{{ titleWidgetData.contentText }}
</h2>
</div>

View File

@ -15602,6 +15602,9 @@ msgstr ""
msgid "GitLab project export"
msgstr ""
msgid "GitLab runs a background job to export pseudonymized CSVs of the GitLab database. The CSV files are then uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab single sign-on URL"
msgstr ""
@ -15617,9 +15620,6 @@ msgstr ""
msgid "GitLab version"
msgstr ""
msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "GitLab.com"
msgstr ""
@ -27808,6 +27808,9 @@ msgstr ""
msgid "Proxy support for this API is not available currently"
msgstr ""
msgid "Pseudonymized data collection is disabled. When enabled, GitLab runs a background job to export pseudonymized CSVs of the GitLab database. The CSV files are then uploaded to your configured object storage directory."
msgstr ""
msgid "Pseudonymizer data collection"
msgstr ""
@ -34204,9 +34207,6 @@ msgstr ""
msgid "The project was successfully imported."
msgstr ""
msgid "The pseudonymizer data collection is disabled. When enabled, GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
msgstr ""
msgid "The regular expression used to find test coverage output in the job log. For example, use %{regex} for Simplecov (Ruby). Leave blank to disable."
msgstr ""