Commit 2ff3cfd7 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch '271249-fe-devops-report-add-table' into 'master'

Update devops adoption table title

See merge request gitlab-org/gitlab!49333
parents b8f7418a dc412a26
......@@ -21,7 +21,7 @@ export const DEVOPS_ADOPTION_STRINGS = {
),
tableHeader: {
text: s__(
'DevopsAdoption|Feature adoption is based on usage over the last 30 days. Last updated: %{timestamp}.',
'DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}.',
),
button: s__('DevopsAdoption|Add new segment'),
},
......
......@@ -348,7 +348,7 @@ describe('DevopsAdoptionApp', () => {
it('displays the header text', () => {
const text =
'Feature adoption is based on usage over the last 30 days. Last updated: 2020-10-31 23:59.';
'Feature adoption is based on usage in the last calendar month. Last updated: 2020-10-31 23:59.';
expect(getByText(wrapper.element, text)).not.toBeNull();
});
......
......@@ -9634,7 +9634,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team."
msgstr ""
msgid "DevopsAdoption|Feature adoption is based on usage over the last 30 days. Last updated: %{timestamp}."
msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Issues"
......
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