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
095df971
Commit
095df971
authored
Jan 24, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
bc937494
0a1c9b9b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
app/assets/javascripts/ide/components/commit_sidebar/list.vue
...assets/javascripts/ide/components/commit_sidebar/list.vue
+1
-1
app/assets/javascripts/ide/components/commit_sidebar/stage_button.vue
...avascripts/ide/components/commit_sidebar/stage_button.vue
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+2
-2
No files found.
app/assets/javascripts/ide/components/commit_sidebar/list.vue
View file @
095df971
...
...
@@ -87,7 +87,7 @@ export default {
},
},
discardModalText
:
__
(
"
You will lo
o
se all the unstaged changes you've made in this project. This action cannot be undone.
"
,
"
You will lose all the unstaged changes you've made in this project. This action cannot be undone.
"
,
),
};
</
script
>
...
...
app/assets/javascripts/ide/components/commit_sidebar/stage_button.vue
View file @
095df971
...
...
@@ -72,7 +72,7 @@ export default {
footer-primary-button-variant=
"danger"
@
submit=
"discardFileChanges(path)"
>
{{
__
(
"
You will lo
o
se all changes you've made to this file. This action cannot be undone.
"
)
}}
{{
__
(
"
You will lose all changes you've made to this file. This action cannot be undone.
"
)
}}
</gl-modal>
</div>
</
template
>
locale/gitlab.pot
View file @
095df971
...
...
@@ -10419,10 +10419,10 @@ msgstr ""
msgid "You need to register a two-factor authentication app before you can set up a U2F device."
msgstr ""
msgid "You will lo
o
se all changes you've made to this file. This action cannot be undone."
msgid "You will lose all changes you've made to this file. This action cannot be undone."
msgstr ""
msgid "You will lo
o
se all the unstaged changes you've made in this project. This action cannot be undone."
msgid "You will lose all the unstaged changes you've made in this project. This action cannot be undone."
msgstr ""
msgid "You will not get any notifications via email"
...
...
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