Commit 86fa2fe1 authored by Stan Hu's avatar Stan Hu

Merge branch 'mc-fixes-pot-failure' into 'master'

Fixes pot failure

See merge request gitlab-org/gitlab-ce!32721
parents 9d38778f ebf14287
...@@ -118,7 +118,7 @@ export default { ...@@ -118,7 +118,7 @@ export default {
<div v-else-if="userCanEnableErrorTracking"> <div v-else-if="userCanEnableErrorTracking">
<gl-empty-state <gl-empty-state
:title="__('Get started with error tracking')" :title="__('Get started with error tracking')"
:description="__('Monitor your errors by integrating with Sentry')" :description="__('Monitor your errors by integrating with Sentry.')"
:primary-button-text="__('Enable error tracking')" :primary-button-text="__('Enable error tracking')"
:primary-button-link="enableErrorTrackingLink" :primary-button-link="enableErrorTrackingLink"
:svg-path="illustrationPath" :svg-path="illustrationPath"
......
...@@ -7209,9 +7209,6 @@ msgstr "" ...@@ -7209,9 +7209,6 @@ msgstr ""
msgid "Monday" msgid "Monday"
msgstr "" msgstr ""
msgid "Monitor your errors by integrating with Sentry"
msgstr ""
msgid "Monitor your errors by integrating with Sentry." msgid "Monitor your errors by integrating with Sentry."
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