Commit 504100bd authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'adoption-message-update' into 'master'

Updated reporting period message on DevOps Adoption Report

See merge request gitlab-org/gitlab!68034
parents c22c6f22 cf055756
......@@ -62,7 +62,7 @@ export const I18N_DELETE_MODAL_ERROR = s__(
);
export const I18N_TABLE_HEADER_TEXT = s__(
'DevopsAdoption|Feature adoption is based on usage in the previous calendar month. Last updated: %{timestamp}.',
'DevopsAdoption|Feature adoption is based on usage in the previous calendar month. Data is updated at the beginning of each month. Last updated: %{timestamp}.',
);
export const I18N_CELL_FLAG_TRUE_TEXT = s__('DevopsAdoption|Adopted');
......
......@@ -32,7 +32,7 @@ describe('DevopsAdoptionOverview', () => {
expect(text.exists()).toBe(true);
expect(text.text()).toBe(
'Feature adoption is based on usage in the previous calendar month. Last updated: 2020-10-31 23:59.',
'Feature adoption is based on usage in the previous calendar month. Data is updated at the beginning of each month. Last updated: 2020-10-31 23:59.',
);
});
......
......@@ -96,7 +96,7 @@ describe('DevopsAdoptionSection', () => {
createComponent();
const text =
'Feature adoption is based on usage in the previous calendar month. Last updated: 2020-10-31 23:59.';
'Feature adoption is based on usage in the previous calendar month. Data is updated at the beginning of each month. Last updated: 2020-10-31 23:59.';
expect(getByText(wrapper.element, text)).not.toBeNull();
});
......
......@@ -11513,7 +11513,7 @@ msgstr ""
msgid "DevopsAdoption|Edit subgroups"
msgstr ""
msgid "DevopsAdoption|Feature adoption is based on usage in the previous calendar month. Last updated: %{timestamp}."
msgid "DevopsAdoption|Feature adoption is based on usage in the previous calendar month. Data is updated at the beginning of each month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Fuzz Testing"
......
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