Commit c8760fc3 authored by Brandon Labuschagne's avatar Brandon Labuschagne

Ensure DA refers to current month

parent d07532bc
...@@ -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();
}); });
......
...@@ -11271,7 +11271,7 @@ msgstr "" ...@@ -11271,7 +11271,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