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
56572c66
Commit
56572c66
authored
Apr 05, 2022
by
Jannik Lehmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Copy
parent
eb63236f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
app/assets/javascripts/lib/utils/confirm_via_gl_modal/confirm_modal.vue
...ascripts/lib/utils/confirm_via_gl_modal/confirm_modal.vue
+1
-1
app/assets/javascripts/notes/components/noteable_note.vue
app/assets/javascripts/notes/components/noteable_note.vue
+2
-2
locale/gitlab.pot
locale/gitlab.pot
+3
-3
No files found.
app/assets/javascripts/lib/utils/confirm_via_gl_modal/confirm_modal.vue
View file @
56572c66
...
...
@@ -66,7 +66,7 @@ export default {
text
:
this
.
secondaryText
,
attributes
:
{
variant
:
this
.
secondaryVariant
,
category
:
'
secondary
'
category
:
'
secondary
'
,
},
};
},
...
...
app/assets/javascripts/notes/components/noteable_note.vue
View file @
56572c66
...
...
@@ -358,10 +358,10 @@ export default {
if
(
shouldConfirm
&&
isDirty
)
{
const
msg
=
__
(
'
Are you sure you want to cancel editing this comment?
'
);
const
confirmed
=
await
confirmAction
(
msg
,
{
primaryBtnText
:
__
(
'
Cancel
E
diting
'
),
primaryBtnText
:
__
(
'
Cancel
e
diting
'
),
primaryBtnVariant
:
'
danger
'
,
secondaryBtnVariant
:
'
confirm
'
,
secondaryBtnText
:
__
(
'
Continue
E
diting
'
),
secondaryBtnText
:
__
(
'
Continue
e
diting
'
),
hideCancel
:
true
,
});
if
(
!
confirmed
)
return
;
...
...
locale/gitlab.pot
View file @
56572c66
...
...
@@ -6789,10 +6789,10 @@ msgstr ""
msgid "Cancel"
msgstr ""
msgid "Cancel
Editing
"
msgid "Cancel
and close
"
msgstr ""
msgid "Cancel
and close
"
msgid "Cancel
editing
"
msgstr ""
msgid "Cancel index deletion"
...
...
@@ -9989,7 +9989,7 @@ msgstr ""
msgid "Continue"
msgstr ""
msgid "Continue
E
diting"
msgid "Continue
e
diting"
msgstr ""
msgid "Continue to the next step"
...
...
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