Unverified Commit 8001ce99 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #2149 from ethereum/betterWarningText

modified text for warning
parents c992cfb1 7eaf9cba
...@@ -177,7 +177,10 @@ class FileManager extends FileSystemApi { ...@@ -177,7 +177,10 @@ class FileManager extends FileSystemApi {
<div> <div>
<i class="fas fa-exclamation-triangle text-danger mr-1"></i> <i class="fas fa-exclamation-triangle text-danger mr-1"></i>
<span> <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> </span>
</div> </div>
`, actions, { time: 5000 }) `, actions, { time: 5000 })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment