Commit b5573603 by Ben McMorran

Fixes delete page confirmation text.

parent e4d0b4d8
...@@ -101,8 +101,8 @@ define ["jquery", "jquery.ui", "backbone", "js/views/feedback_prompt", "js/views ...@@ -101,8 +101,8 @@ define ["jquery", "jquery.ui", "backbone", "js/views/feedback_prompt", "js/views
deleteTab: (event) => deleteTab: (event) =>
confirm = new PromptView.Warning confirm = new PromptView.Warning
title: gettext('Delete Component Confirmation') title: gettext('Delete Page Confirmation')
message: gettext('Are you sure you want to delete this component? This action cannot be undone.') message: gettext('Are you sure you want to delete this page? This action cannot be undone.')
actions: actions:
primary: primary:
text: gettext("OK") text: gettext("OK")
......
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