Skip to content

Commit 85500cd

Browse files
author
Michael Babker
committed
Add default for reset string
1 parent f148810 commit 85500cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media/com_patchtester/js/patchtester.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if (typeof Joomla === 'undefined') {
4646
};
4747

4848
Joomla.submitbutton = function (task) {
49-
if (task != 'reset' || confirm(Joomla.JText._('COM_PATCHTESTER_CONFIRM_RESET'))) {
49+
if (task != 'reset' || confirm(Joomla.JText._('COM_PATCHTESTER_CONFIRM_RESET', 'Resetting will attempt to revert all applied patches and removes all backed up files. This may result in a corrupted environment. Are you sure you want to continue?'))) {
5050
Joomla.submitform(task);
5151
}
5252
};

0 commit comments

Comments
 (0)