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
10350c2e
Commit
10350c2e
authored
6 years ago
by
Mark Fletcher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in Pipelines empty state view
parent
c52db71e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/pipelines/components/empty_state.vue
app/assets/javascripts/pipelines/components/empty_state.vue
+1
-1
spec/javascripts/pipelines/empty_state_spec.js
spec/javascripts/pipelines/empty_state_spec.js
+1
-1
No files found.
app/assets/javascripts/pipelines/components/empty_state.vue
View file @
10350c2e
...
...
@@ -34,7 +34,7 @@
</h4>
<p>
{{
s__
(
`Pipelines|Continous Integration can help
{{
s__
(
`Pipelines|Contin
u
ous Integration can help
catch bugs by running your tests automatically,
while Continuous Deployment can help you deliver
code to your product environment.`
)
}}
...
...
This diff is collapsed.
Click to expand it.
spec/javascripts/pipelines/empty_state_spec.js
View file @
10350c2e
...
...
@@ -29,7 +29,7 @@ describe('Pipelines Empty State', () => {
expect
(
component
.
$el
.
querySelector
(
'
p
'
).
innerHTML
.
trim
().
replace
(
/
\n
+
\s
+/m
,
'
'
).
replace
(
/
\s\s
+/g
,
'
'
),
).
toContain
(
'
Continous Integration can help catch bugs by running your tests automatically,
'
);
).
toContain
(
'
Contin
u
ous Integration can help catch bugs by running your tests automatically,
'
);
expect
(
component
.
$el
.
querySelector
(
'
p
'
).
innerHTML
.
trim
().
replace
(
/
\n
+
\s
+/m
,
'
'
).
replace
(
/
\s\s
+/g
,
'
'
),
...
...
This diff is collapsed.
Click to expand it.
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