Commit 0b6e07eb authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'dz/344359-migrate-badge-on-triggers-settings-page' into 'master'

Migrate badge to Pajamas component

See merge request gitlab-org/gitlab!79345
parents 8f2499da 9200d539
......@@ -8,7 +8,7 @@
.label-container
- unless trigger.can_access_project?
%span.badge.badge-danger.has-tooltip{ title: "Trigger user has insufficient permissions to project" } invalid
= gl_badge_tag s_('Trigger|invalid'), { variant: :danger }, { title: s_('Trigger|Trigger user has insufficient permissions to project'), data: { toggle: 'tooltip', container: 'body' } }
%td
- if trigger.description? && trigger.description.length > 15
......
......@@ -37976,6 +37976,12 @@ msgstr ""
msgid "Triggerer"
msgstr ""
msgid "Trigger|Trigger user has insufficient permissions to project"
msgstr ""
msgid "Trigger|invalid"
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
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