From b63816f2b3e26543c0736496d39820717a2bcf0b Mon Sep 17 00:00:00 2001 From: Stefan Botzenhart Date: Tue, 25 Aug 2015 20:47:57 +0200 Subject: [PATCH] Change headline for project custom fields tab --- app/views/projects/form/_custom_fields.html.erb | 2 +- config/locales/en.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/projects/form/_custom_fields.html.erb b/app/views/projects/form/_custom_fields.html.erb index 5a87e8ebbd..4589935639 100644 --- a/app/views/projects/form/_custom_fields.html.erb +++ b/app/views/projects/form/_custom_fields.html.erb @@ -28,7 +28,7 @@ See doc/COPYRIGHT.rdoc for more details. ++#%>
- <%=l(:label_custom_field_plural)%> + <%=l(:label_enabled_project_custom_fields)%>
(<%= check_all_links 'project_issue_custom_fields' %>) diff --git a/config/locales/en.yml b/config/locales/en.yml index 58300c5c6f..80fdd4cab4 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -751,6 +751,7 @@ en: label_duplicates: "duplicates" label_edit: "Edit" label_enable_multi_select: "Toggle multiselect" + label_enabled_project_custom_fields: 'Enabled custom fields' label_end_to_end: "end to end" label_end_to_start: "end to start" label_enumeration_new: "New enumeration value"