diff options
author | Pedro Moreira da Silva <pedro@gitlab.com> | 2017-05-23 16:05:35 +0100 |
---|---|---|
committer | Pedro Moreira da Silva <pedro@gitlab.com> | 2017-05-23 16:05:35 +0100 |
commit | 5693de62c8d126c42aea6e500b1edcc92517ee83 (patch) | |
tree | 780c8b453c6306a5f669545c582160a92765154f | |
parent | 81629b1c8614259cac71afb49dadf76a1f8cc521 (diff) | |
download | gitlab-ce-5693de62c8d126c42aea6e500b1edcc92517ee83.tar.gz |
Change ‘Project view’ label to ‘Project home page content’29881-default-project-view-highlighted-tab-when-changing-settings
-rw-r--r-- | app/views/profiles/preferences/show.html.haml | 4 | ||||
-rw-r--r-- | doc/user/profile/preferences.md | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app/views/profiles/preferences/show.html.haml b/app/views/profiles/preferences/show.html.haml index 99690e6b98a..0ff19b3eab1 100644 --- a/app/views/profiles/preferences/show.html.haml +++ b/app/views/profiles/preferences/show.html.haml @@ -37,9 +37,9 @@ = f.select :dashboard, dashboard_choices, {}, class: 'form-control' .form-group = f.label :project_view, class: 'label-light' do - Project view + Project home page content = f.select :project_view, project_view_choices, {}, class: 'form-control' .help-block - Choose what content you want to see on a project's home page. + Choose what content you want to see on a project’s home page .form-group = f.submit 'Save changes', class: 'btn btn-save' diff --git a/doc/user/profile/preferences.md b/doc/user/profile/preferences.md index e5038835027..f2ad42f21fd 100644 --- a/doc/user/profile/preferences.md +++ b/doc/user/profile/preferences.md @@ -50,15 +50,15 @@ You have 6 options here that you can use for your default dashboard view: - Your groups - Your [Todos] -### Default project view +### Project home page content -The default project view settings allows you to choose what content you want to -see on a project's landing page. +The project home page content setting allows you to choose what content you want to +see on a project’s home page. You can choose between 2 options: - Show the files and the readme (default) -- Show the project's activity +- Show the project’s activity [rouge]: http://rouge.jneen.net/ "Rouge website" [todos]: ../../workflow/todos.md |