Commit 58edbc17 authored by Daniel Fosco's avatar Daniel Fosco

feat: Add one more i18n translation string

Changelog: fixed
parent 31bbd796
...@@ -20,6 +20,7 @@ export default { ...@@ -20,6 +20,7 @@ export default {
'Environments|Your feedback helps GitLab make environments better for you and other users. Participate and enter a sweepstake to win a $30 giftcard.', 'Environments|Your feedback helps GitLab make environments better for you and other users. Participate and enter a sweepstake to win a $30 giftcard.',
), ),
surveyAlertButtonLabel: s__('Environments|Take the survey'), surveyAlertButtonLabel: s__('Environments|Take the survey'),
surveyDismissButtonLabel: s__('Environments|Dismiss'),
}, },
modal: { modal: {
id: 'enable-review-app-info', id: 'enable-review-app-info',
...@@ -147,7 +148,7 @@ export default { ...@@ -147,7 +148,7 @@ export default {
:primary-button-text="$options.i18n.surveyAlertButtonLabel" :primary-button-text="$options.i18n.surveyAlertButtonLabel"
variant="info" variant="info"
dismissible dismissible
dismiss-label="Dismiss" :dismiss-label="$options.i18n.surveyDismissButtonLabel"
primary-button-link="https://gitlab.fra1.qualtrics.com/jfe/form/SV_a2xyFsAA4D0w0Jg" primary-button-link="https://gitlab.fra1.qualtrics.com/jfe/form/SV_a2xyFsAA4D0w0Jg"
> >
<span>{{ $options.i18n.surveyAlertText }}</span> <span>{{ $options.i18n.surveyAlertText }}</span>
......
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