mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 22:31:46 +00:00
Add question mark to restore modal
This commit is contained in:
parent
afb8bb6a42
commit
1a9c86417c
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
}, {
|
}, {
|
||||||
|
|
Loading…
Reference in a new issue