Commit 98437575 authored by Marcin Sedlak-Jakubowski's avatar Marcin Sedlak-Jakubowski Committed by Robert May

Update description of Issues in project settings

parent 7c5506ec
......@@ -104,6 +104,11 @@ export default {
required: false,
default: '',
},
issuesHelpPath: {
type: String,
required: false,
default: '',
},
lfsHelpPath: {
type: String,
required: false,
......@@ -438,8 +443,13 @@ export default {
>
<project-setting-row
ref="issues-settings"
:help-path="issuesHelpPath"
:label="$options.i18n.issuesLabel"
:help-text="s__('ProjectSettings|Lightweight issue tracking system.')"
:help-text="
s__(
'ProjectSettings|Flexible tool to collaboratively develop ideas and plan work in this project.',
)
"
>
<project-feature-setting
v-model="issuesAccessLevel"
......
......@@ -530,7 +530,8 @@ module ProjectsHelper
pagesAvailable: Gitlab.config.pages.enabled,
pagesAccessControlEnabled: Gitlab.config.pages.access_control,
pagesAccessControlForced: ::Gitlab::Pages.access_control_is_forced?,
pagesHelpPath: help_page_path('user/project/pages/introduction', anchor: 'gitlab-pages-access-control')
pagesHelpPath: help_page_path('user/project/pages/introduction', anchor: 'gitlab-pages-access-control'),
issuesHelpPath: help_page_path('user/project/issues/index')
}
end
......
......@@ -25850,6 +25850,9 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only."
msgstr ""
msgid "ProjectSettings|Flexible tool to collaboratively develop ideas and plan work in this project."
msgstr ""
msgid "ProjectSettings|Forks"
msgstr ""
......@@ -25871,9 +25874,6 @@ msgstr ""
msgid "ProjectSettings|LFS objects from this repository are available to forks. %{linkStart}How do I remove them?%{linkEnd}"
msgstr ""
msgid "ProjectSettings|Lightweight issue tracking system."
msgstr ""
msgid "ProjectSettings|Manages large files such as audio, video, and graphics files."
msgstr ""
......
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