Commit 2ab6ac2c authored by NIKU-SINGH's avatar NIKU-SINGH Committed by Tom Quirk

Mark strings in GitLab's Slack app edit page for translation

parent 806407d3
...@@ -3,14 +3,14 @@ ...@@ -3,14 +3,14 @@
.row.gl-mt-3.gl-mb-3 .row.gl-mt-3.gl-mb-3
.col-lg-3 .col-lg-3
%h4.gl-mt-0 %h4.gl-mt-0
Edit project alias = s_('Integrations|Edit project alias')
%p You can use this alias in your Slack commands %p= s_('Integrations|You can use this alias in your Slack commands')
.col-lg-9 .col-lg-9
= form_errors(@slack_integration) = form_errors(@slack_integration)
= form_for(@slack_integration, url: project_settings_slack_path(@project), method: :put, html: { class: 'gl-show-field-errors js-integration-settings-form'}) do |form| = form_for(@slack_integration, url: project_settings_slack_path(@project), method: :put, html: { class: 'gl-show-field-errors js-integration-settings-form'}) do |form|
.form-group.row .form-group.row
= form.label :alias, 'Enter your alias', class: 'col-form-label' = form.label :alias, s_('Integrations|Enter your alias'), class: 'col-form-label'
.col-sm-10 .col-sm-10
= form.text_field :alias, class: 'form-control', placeholder: @slack_integration.alias, required: true = form.text_field :alias, class: 'form-control', placeholder: @slack_integration.alias, required: true
......
...@@ -18550,12 +18550,18 @@ msgstr "" ...@@ -18550,12 +18550,18 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level." msgid "Integrations|Default settings are inherited from the instance level."
msgstr "" msgstr ""
msgid "Integrations|Edit project alias"
msgstr ""
msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace." msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
msgstr "" msgstr ""
msgid "Integrations|Enable comments" msgid "Integrations|Enable comments"
msgstr "" msgstr ""
msgid "Integrations|Enter your alias"
msgstr ""
msgid "Integrations|Failed to link namespace. Please try again." msgid "Integrations|Failed to link namespace. Please try again."
msgstr "" msgstr ""
...@@ -18673,6 +18679,9 @@ msgstr "" ...@@ -18673,6 +18679,9 @@ msgstr ""
msgid "Integrations|You can now close this window and return to the GitLab for Jira application." msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr "" msgstr ""
msgid "Integrations|You can use this alias in your Slack commands"
msgstr ""
msgid "Integrations|You haven't activated any integrations yet." msgid "Integrations|You haven't activated any integrations yet."
msgstr "" 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