Update prompt message content

This commit is contained in:
nickofolas 2022-01-20 17:14:38 -06:00
parent bc50f5180a
commit 99ef71de4a

@ -702,7 +702,8 @@ export function Root(props: IProps): React.ReactElement {
if (openScript.code !== serverScriptCode) {
PromptEvent.emit({
txt: "Do you want to overwrite " + openScript.fileName + " with the contents saved on the server? This cannot be undone.",
txt: "Do you want to overwrite the current editor content with the contents of " +
openScript.fileName + " on the server? This cannot be undone.",
resolve: (result: boolean) => {
if (result) {
// Save changes