Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
382ee8e06a08
Commit
227de8f0
authored
Nov 14, 2017
by
Annabel Dunstone Gray
Browse files
Merge branch 'fix-typo' into 'master'
Fix typo See merge request gitlab-org/gitlab-ce!15358
parents
39a1e7fb1e8c
0e4a2bc8c526
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/assets/javascripts/lib/utils/text_utility.js
View file @
382ee8e0
...
...
@@ -18,7 +18,7 @@ export const addDelimiter = text => (text ? text.toString().replace(/\B(?=(\d{3}
export
const
highCountTrim
=
count
=>
(
count
>
99
?
'
99+
'
:
count
);
/**
* Conver
s
t first char to uppercase and replaces undercores with spaces
* Convert
s
first char to uppercase and replaces undercores with spaces
* @param {String} string
* @requires {String}
*/
...
...
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