Commit 748ed877 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch '329605-devops-adoption-adoption-table-data-does-not-seem-accurate' into 'master'

DevOps Adoption - Adoption table data does not seem accurate

See merge request gitlab-org/gitlab!60798
parents 6da00a56 c8760fc3
...@@ -37,7 +37,7 @@ export const DEVOPS_ADOPTION_STRINGS = { ...@@ -37,7 +37,7 @@ export const DEVOPS_ADOPTION_STRINGS = {
), ),
tableHeader: { tableHeader: {
text: s__( text: s__(
'DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}.', 'DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}.',
), ),
button: s__('DevopsAdoption|Add/remove groups'), button: s__('DevopsAdoption|Add/remove groups'),
buttonTooltip: sprintf(s__('DevopsAdoption|Maximum %{maxSegments} groups allowed'), { buttonTooltip: sprintf(s__('DevopsAdoption|Maximum %{maxSegments} groups allowed'), {
......
...@@ -380,7 +380,7 @@ describe('DevopsAdoptionApp', () => { ...@@ -380,7 +380,7 @@ describe('DevopsAdoptionApp', () => {
it('displays the header text', () => { it('displays the header text', () => {
const text = const text =
'Feature adoption is based on usage in the last calendar month. Last updated: 2020-10-31 23:59.'; 'Feature adoption is based on usage in the current calendar month. Last updated: 2020-10-31 23:59.';
expect(getByText(wrapper.element, text)).not.toBeNull(); expect(getByText(wrapper.element, text)).not.toBeNull();
}); });
......
...@@ -11277,7 +11277,7 @@ msgstr "" ...@@ -11277,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin." msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr "" msgstr ""
msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}." msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr "" msgstr ""
msgid "DevopsAdoption|Filter by name" msgid "DevopsAdoption|Filter by name"
......
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