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
c7a8732a4e9d
Commit
c7a8732a
authored
Apr 04, 2014
by
Josh Frye
Browse files
Fix project limit reached grammer.
parent
f01ed629779f
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/models/project.rb
View file @
c7a8732a
...
...
@@ -240,7 +240,7 @@
def
check_limit
unless
creator
.
can_create_project?
errors
[
:limit_reached
]
<<
(
"Your
own
project
s
limit is
#{
creator
.
projects_limit
}
! Please contact administrator to increase it"
)
errors
[
:limit_reached
]
<<
(
"Your project limit is
#{
creator
.
projects_limit
}
projects
! Please contact
your
administrator to increase it"
)
end
rescue
errors
[
:base
]
<<
(
"Can't check your ability to create project"
)
...
...
Write
Preview
Supports
Markdown
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