Skip to content

Landing page updates #55

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 31, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conf/locale/locale_en-GB.ini
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ delete_account_desc=This account is going to be deleted permanently, do you want
[repo]
owner=Owner
repo_name=Repository Name
repo_name_helper=Repository names should be short, memorable and unique. It must be one word (no spaces) and can contain letters (a-z), numbers (0-9), dash, (-), underscore (_), or dot (.) characters.
repo_name_helper=Repository names should be short, memorable and unique. It must be one word (no spaces) and can contain letters (a-z), numbers (0-9), dash (-), underscore (_), or dot (.) characters.
visibility=Private
visiblity_helper=Accessible only to owner and assigned collaborators
visiblity_helper_forced=Site admin has forced all new repositories to be <span class="ui red text">Private</span>
Expand Down
2 changes: 1 addition & 1 deletion conf/locale/locale_en-US.ini
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ delete_account_desc = This account is going to be deleted permanently, do you wa
[repo]
owner = Owner
repo_name = Repository Name
repo_name_helper = Repository names should be short, memorable and unique. It must be one word (no spaces) and can contain letters (a-z), numbers (0-9), dash, (-), underscore (_), or dot (.) characters.
repo_name_helper = Repository names should be short, memorable and unique. It must be one word (no spaces) and can contain letters (a-z), numbers (0-9), dash (-), underscore (_), or dot (.) characters.
repo_desc_helper = The title of the dataset or other brief sentence to describe what the repository is about.
visibility = Private
visiblity_helper = Accessible only to owner and assigned collaborators
Expand Down
Loading