Commit 1f93b7f8 authored by Mark Chao's avatar Mark Chao

ee

parent 9fa8bf03
...@@ -16,8 +16,8 @@ module EE ...@@ -16,8 +16,8 @@ module EE
def project_creation_options def project_creation_options
{ {
s_('ProjectCreationLevel|No one') => NO_ONE_PROJECT_ACCESS, s_('ProjectCreationLevel|No one') => NO_ONE_PROJECT_ACCESS,
s_('ProjectCreationLevel|Masters') => MASTER_PROJECT_ACCESS, s_('ProjectCreationLevel|Maintainers') => MASTER_PROJECT_ACCESS,
s_('ProjectCreationLevel|Developers + Masters') => DEVELOPER_MASTER_PROJECT_ACCESS s_('ProjectCreationLevel|Developers + Maintainers') => DEVELOPER_MASTER_PROJECT_ACCESS
} }
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment