Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
b5573603
Commit
b5573603
authored
Jun 04, 2014
by
Ben McMorran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes delete page confirmation text.
parent
e4d0b4d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cms/static/coffee/src/views/tabs.coffee
+2
-2
No files found.
cms/static/coffee/src/views/tabs.coffee
View file @
b5573603
...
...
@@ -101,8 +101,8 @@ define ["jquery", "jquery.ui", "backbone", "js/views/feedback_prompt", "js/views
deleteTab
:
(
event
)
=>
confirm
=
new
PromptView
.
Warning
title
:
gettext
(
'Delete
Component
Confirmation'
)
message
:
gettext
(
'Are you sure you want to delete this
component
? This action cannot be undone.'
)
title
:
gettext
(
'Delete
Page
Confirmation'
)
message
:
gettext
(
'Are you sure you want to delete this
page
? This action cannot be undone.'
)
actions
:
primary
:
text
:
gettext
(
"OK"
)
...
...
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