mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
Fix inconsistency
tooltip vs. placeholder
This commit is contained in:
parent
b9cbf2a49f
commit
bdc5987f41
@ -41,7 +41,7 @@
|
|||||||
<input id="newdir" type="text" placeholder="Name. End with a trailing slash to create a dir.">
|
<input id="newdir" type="text" placeholder="Name. End with a trailing slash to create a dir.">
|
||||||
<div class="floating">
|
<div class="floating">
|
||||||
<div class="action" id="new">
|
<div class="action" id="new">
|
||||||
<i class="material-icons" title="New file or directory. If you don't write an extension, a directory will be created.">add</i>
|
<i class="material-icons" title="New file or directory. End name with a trailing slash to create a directory.">add</i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user