From 5693de62c8d126c42aea6e500b1edcc92517ee83 Mon Sep 17 00:00:00 2001 From: Pedro Moreira da Silva Date: Tue, 23 May 2017 16:05:35 +0100 Subject: =?UTF-8?q?Change=20=E2=80=98Project=20view=E2=80=99=20label=20to?= =?UTF-8?q?=20=E2=80=98Project=20home=20page=20content=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/profiles/preferences/show.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') 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' -- cgit v1.2.1