Add question mark to restore modal

This commit is contained in:
James Allen 2014-03-11 12:14:36 +00:00
parent afb8bb6a42
commit 1a9c86417c

View file

@ -64,7 +64,7 @@ define [
date = moment(change.get("start_ts")).format("Do MMM YYYY, h:mm:ss a") date = moment(change.get("start_ts")).format("Do MMM YYYY, h:mm:ss a")
modal = new Modal({ modal = new Modal({
title: "Restore document" title: "Restore document"
message: "Are you sure you want to restore <strong>#{name}</strong> to before the changes on #{date}" message: "Are you sure you want to restore <strong>#{name}</strong> to before the changes on #{date}?"
buttons: [{ buttons: [{
text: "Cancel" text: "Cancel"
}, { }, {