Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
58edbc17
Commit
58edbc17
authored
Aug 03, 2021
by
Daniel Fosco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: Add one more i18n translation string
Changelog: fixed
parent
31bbd796
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
app/assets/javascripts/environments/components/environments_app.vue
.../javascripts/environments/components/environments_app.vue
+2
-1
No files found.
app/assets/javascripts/environments/components/environments_app.vue
View file @
58edbc17
...
...
@@ -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.
'
,
),
surveyAlertButtonLabel
:
s__
(
'
Environments|Take the survey
'
),
surveyDismissButtonLabel
:
s__
(
'
Environments|Dismiss
'
),
},
modal
:
{
id
:
'
enable-review-app-info
'
,
...
...
@@ -147,7 +148,7 @@ export default {
:primary-button-text=
"$options.i18n.surveyAlertButtonLabel"
variant=
"info"
dismissible
dismiss-label=
"Dismiss
"
:dismiss-label=
"$options.i18n.surveyDismissButtonLabel
"
primary-button-link=
"https://gitlab.fra1.qualtrics.com/jfe/form/SV_a2xyFsAA4D0w0Jg"
>
<span>
{{
$options
.
i18n
.
surveyAlertText
}}
</span>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment