Merge pull request #2149 from ethereum/betterWarningText

modified text for warning
pull/1/head
yann300 5 years ago committed by GitHub
commit 8001ce99ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      src/app/files/fileManager.js

@ -177,7 +177,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