Fix discard message
This commit is contained in:
parent
edd30976bd
commit
cdd0dd507d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
.diff-editor-wrap{ "v-show" => "file.showEditor" }
|
.diff-editor-wrap{ "v-show" => "file.showEditor" }
|
||||||
.discard-changes-alert-wrap{ "v-if" => "file.promptDiscardConfirmation" }
|
.discard-changes-alert-wrap{ "v-if" => "file.promptDiscardConfirmation" }
|
||||||
.discard-changes-alert
|
.discard-changes-alert
|
||||||
Are you sure to discard your changes?
|
Are you sure you want to discard your changes?
|
||||||
.discard-actions
|
.discard-actions
|
||||||
%button.btn.btn-sm.btn-close{ "@click" => "acceptDiscardConfirmation(file)" } Discard changes
|
%button.btn.btn-sm.btn-close{ "@click" => "acceptDiscardConfirmation(file)" } Discard changes
|
||||||
%button.btn.btn-sm{ "@click" => "cancelDiscardConfirmation(file)" } Cancel
|
%button.btn.btn-sm{ "@click" => "cancelDiscardConfirmation(file)" } Cancel
|
||||||
|
|
Loading…
Reference in a new issue