Commit dc412a26 authored by Brandon Labuschagne's avatar Brandon Labuschagne Committed by Martin Wortschack

Update devops adoption table title

parent d9aa0aae
...@@ -21,7 +21,7 @@ export const DEVOPS_ADOPTION_STRINGS = { ...@@ -21,7 +21,7 @@ export const DEVOPS_ADOPTION_STRINGS = {
), ),
tableHeader: { tableHeader: {
text: s__( 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'), button: s__('DevopsAdoption|Add new segment'),
}, },
......
...@@ -348,7 +348,7 @@ describe('DevopsAdoptionApp', () => { ...@@ -348,7 +348,7 @@ describe('DevopsAdoptionApp', () => {
it('displays the header text', () => { it('displays the header text', () => {
const 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(); expect(getByText(wrapper.element, text)).not.toBeNull();
}); });
......
...@@ -9622,7 +9622,7 @@ msgstr "" ...@@ -9622,7 +9622,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." 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 "" 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 "" msgstr ""
msgid "DevopsAdoption|Issues" 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