Removed space before the question mark

This commit is contained in:
Davide Bellini
2015-10-02 16:31:08 +02:00
parent 3fca767624
commit b6056faa72
4 changed files with 7 additions and 7 deletions

View File

@@ -366,7 +366,7 @@ function askConfirmation(callback) {
swal({
type: "warning",
title: "Confirm your action",
text: "Are you sure you want to do this ?",
text: "Are you sure you want to do this?",
confirmButtonText: "Yes",
confirmButtonColor: "#FF6F6F",
showCancelButton: true