modified te text for warning

pull/3094/head
LianaHus 5 years ago
parent 351df2892a
commit e4f768d9cc
  1. 5
      src/app/files/fileManager.js

@ -182,7 +182,10 @@ class FileManager extends FileSystemApi {
<div>
<i class="fas fa-exclamation-triangle text-danger mr-1"></i>
<span>
${this.currentRequest.from}<span class="text-danger font-weight-bold"> is trying to modify </span>${path}
${this.currentRequest.from}
<span class="font-weight-bold border-bottom border-danger">
is trying to create or modify
</span>${path}
</span>
</div>
`, actions, { time: 5000 })

Loading…
Cancel
Save