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
72d1934c
Commit
72d1934c
authored
Sep 04, 2019
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicated 'IssuesAnalytics|Issues created' string
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
325478d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
ee/app/assets/javascripts/issues_analytics/components/issues_analytics.vue
...ascripts/issues_analytics/components/issues_analytics.vue
+2
-2
locale/gitlab.pot
locale/gitlab.pot
+1
-4
No files found.
ee/app/assets/javascripts/issues_analytics/components/issues_analytics.vue
View file @
72d1934c
...
...
@@ -32,7 +32,7 @@ export default {
seriesInfo
:
[
{
type
:
'
solid
'
,
name
:
s__
(
'
IssuesAnalytics
|
Issues created
'
),
name
:
s__
(
'
IssuesAnalytics
|
Issues created
'
),
color
:
'
#1F78D1
'
,
},
],
...
...
@@ -146,7 +146,7 @@ export default {
data-qa-selector=
"issues_analytics_graph"
:data=
"
{ Full: data }"
:option="chartOptions"
:y-axis-title="s__('IssuesAnalytics|Issues
C
reated')"
:y-axis-title="s__('IssuesAnalytics|Issues
c
reated')"
:x-axis-title="s__('IssuesAnalytics|Last 12 months') + ' (' + chartDateRange + ')'"
x-axis-type="category"
@created="onCreated"
...
...
locale/gitlab.pot
View file @
72d1934c
...
...
@@ -8404,16 +8404,13 @@ msgstr ""
msgid "Issues, merge requests, pushes, and comments."
msgstr ""
msgid "IssuesAnalytics | Issues created"
msgstr ""
msgid "IssuesAnalytics|After you begin creating issues for your projects, we can start tracking and displaying metrics for them"
msgstr ""
msgid "IssuesAnalytics|Avg/Month:"
msgstr ""
msgid "IssuesAnalytics|Issues
C
reated"
msgid "IssuesAnalytics|Issues
c
reated"
msgstr ""
msgid "IssuesAnalytics|Issues created per month"
...
...
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