Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c8760fc3
Commit
c8760fc3
authored
May 03, 2021
by
Brandon Labuschagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ensure DA refers to current month
parent
d07532bc
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ee/app/assets/javascripts/analytics/devops_report/devops_adoption/constants.js
...ipts/analytics/devops_report/devops_adoption/constants.js
+1
-1
ee/spec/frontend/analytics/devops_report/devops_adoption/components/devops_adoption_app_spec.js
...rt/devops_adoption/components/devops_adoption_app_spec.js
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+1
-1
No files found.
ee/app/assets/javascripts/analytics/devops_report/devops_adoption/constants.js
View file @
c8760fc3
...
...
@@ -37,7 +37,7 @@ export const DEVOPS_ADOPTION_STRINGS = {
),
tableHeader
:
{
text
:
s__
(
'
DevopsAdoption|Feature adoption is based on usage in the
las
t calendar month. Last updated: %{timestamp}.
'
,
'
DevopsAdoption|Feature adoption is based on usage in the
curren
t calendar month. Last updated: %{timestamp}.
'
,
),
button
:
s__
(
'
DevopsAdoption|Add/remove groups
'
),
buttonTooltip
:
sprintf
(
s__
(
'
DevopsAdoption|Maximum %{maxSegments} groups allowed
'
),
{
...
...
ee/spec/frontend/analytics/devops_report/devops_adoption/components/devops_adoption_app_spec.js
View file @
c8760fc3
...
...
@@ -380,7 +380,7 @@ describe('DevopsAdoptionApp', () => {
it
(
'
displays the header text
'
,
()
=>
{
const
text
=
'
Feature adoption is based on usage in the
las
t calendar month. Last updated: 2020-10-31 23:59.
'
;
'
Feature adoption is based on usage in the
curren
t calendar month. Last updated: 2020-10-31 23:59.
'
;
expect
(
getByText
(
wrapper
.
element
,
text
)).
not
.
toBeNull
();
});
...
...
locale/gitlab.pot
View file @
c8760fc3
...
...
@@ -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."
msgstr ""
msgid "DevopsAdoption|Feature adoption is based on usage in the
las
t calendar month. Last updated: %{timestamp}."
msgid "DevopsAdoption|Feature adoption is based on usage in the
curren
t calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment