Commit 9e6988f9 authored by Tom Quirk's avatar Tom Quirk

Address reviewer feedback

- don't scope Added translation
- revert jira-connect-subscription-form renaming
parent 52d2f2c5
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
$atlaskit-border-color: #dfe1e6; $atlaskit-border-color: #dfe1e6;
$header-height: 40px; $header-height: 40px;
.jira-connect-subscription-form { .subscription-form {
.field-group-input { .field-group-input {
display: flex; display: flex;
padding-top: $gl-padding-4; padding-top: $gl-padding-4;
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
.jira-connect-app-body .jira-connect-app-body
- unless new_jira_connect_ui? - unless new_jira_connect_ui?
%form#add-subscription-form.jira-connect-subscription-form.gl-mb-5{ action: jira_connect_subscriptions_path } %form#add-subscription-form.subscription-form.gl-mb-5{ action: jira_connect_subscriptions_path }
.ak-field-group .ak-field-group
%label= _('GitLab namespace') %label= _('GitLab namespace')
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
%thead %thead
%tr %tr
%th= _('Namespace') %th= _('Namespace')
%th= s_('Integrations|Added') %th= _('Added')
%th %th
%tbody %tbody
- @subscriptions.each do |subscription| - @subscriptions.each do |subscription|
......
...@@ -16060,9 +16060,6 @@ msgstr "" ...@@ -16060,9 +16060,6 @@ msgstr ""
msgid "Integrations|Add namespace" msgid "Integrations|Add namespace"
msgstr "" msgstr ""
msgid "Integrations|Added"
msgstr ""
msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace." msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
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