Commit a6183690 authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch 'ar-promo-audit-events' into 'master'

Move audit events promo illustration and update text

See merge request gitlab-org/gitlab!67873
parents e6c73b7b 8292187a
.center.user-callout.promotion-callout
.svg-container
= custom_icon('icon_audit_events_purple')
.user-callout-copy
= custom_icon('icon_audit_events_purple')
%h4
- if Gitlab::CurrentSettings.should_check_namespace_plan?
= s_('Promotions|Upgrade your plan to activate Audit Events.')
- else
= s_('Promotions|Track your project with Audit Events.')
= s_('Promotions|Keep track of events in your project')
%p
= s_('Promotions|Audit Events is a way to keep track of important events that happened in GitLab.')
= link_to _('Read more'), help_page_path('administration/audit_events.md'), target: '_blank'
= s_('Automatic event tracking provides a traceable history for audits.')
= link_to _('Learn more.'), help_page_path('administration/audit_events.md', anchor: 'project-events'), target: '_blank'
= render 'shared/promotions/promotion_link_project', location: :audit_events
......@@ -271,7 +271,7 @@ RSpec.describe 'Promotions', :js do
it 'appears on the page' do
visit project_audit_events_path(project)
expect(find('.user-callout-copy')).to have_content 'Track your project with Audit Events'
expect(find('.user-callout-copy')).to have_content 'Keep track of events in your project'
end
end
......
......@@ -4937,6 +4937,9 @@ msgstr ""
msgid "Automatic deployment rollbacks"
msgstr ""
msgid "Automatic event tracking provides a traceable history for audits."
msgstr ""
msgid "Automatically close associated incident when a recovery alert notification resolves an alert"
msgstr ""
......@@ -26792,9 +26795,6 @@ msgstr ""
msgid "Promotions|Add Group Webhooks and GitLab Enterprise Edition."
msgstr ""
msgid "Promotions|Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
msgid "Promotions|Better Protected Branches"
msgstr ""
......@@ -26846,6 +26846,9 @@ msgstr ""
msgid "Promotions|Improve search with Advanced Search and GitLab Enterprise Edition."
msgstr ""
msgid "Promotions|Keep track of events in your project"
msgstr ""
msgid "Promotions|Learn more"
msgstr ""
......@@ -26885,9 +26888,6 @@ msgstr ""
msgid "Promotions|Track activity with Contribution Analytics."
msgstr ""
msgid "Promotions|Track your project with Audit Events."
msgstr ""
msgid "Promotions|Try it for free"
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