Skip to content

Commit

Permalink
Fixes #686
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo authored May 17, 2021
1 parent 69c3fb3 commit fef3fb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/docstore/file/create.foil.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
->label( 'Name' )
->autofocus()
->blockHelp( "The name of the file (this is as it appears on listings in the web interface rather than on the filesystem). "
. "<b>This is also the name the downloaded file will have.</b>");
. "<b>This is also the name the downloaded file will have. As such - be sure to keep / set an appropriate filename extension.</b>");
?>

<?= Former::select( 'docstore_directory_id' )
Expand Down Expand Up @@ -155,4 +155,4 @@

</div>

<?php $this->append() ?>
<?php $this->append() ?>

0 comments on commit fef3fb0

Please sign in to comment.