mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 04:15:58 +00:00
Remove mention of Dropbox in external update dialog
This commit is contained in:
parent
1a9c86417c
commit
da9fa28612
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ define [
|
|||
document.on "externalUpdate", () =>
|
||||
Modal.createModal
|
||||
title: "Document Updated Externally"
|
||||
message: "This document was just updated externally (probably via Dropbox). Any recent changes you have made may have been overwritten. To see previous versions please look in the history."
|
||||
message: "This document was just updated externally. Any recent changes you have made may have been overwritten. To see previous versions please look in the history."
|
||||
buttons:[
|
||||
text: "Ok"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue