Skip to content

Commit

Permalink
improve grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
giwty authored and giwty committed Sep 28, 2020
1 parent 0610c0a commit 78e4830
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/app/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ <h5 class="progress-type">Loading...</h5>
{{/if}}
{{if num_skipped != 0}}
<div class="alert center alert-warning" role="alert">
{{:num_skipped}} files out of {{:num_files}} were skipped during scan, click on the issues tab to learn more
{{:num_skipped}} out of {{:num_files}} files were skipped during scan, click on the issues tab to learn more
</div>
{{/if}}
<section id="library-table" class="content"></section>
{{else}}
<div class="alert center alert-warning" role="alert">
{{if num_skipped != 0}}}
{{:num_skipped}} files out of {{:num_files}} were skipped during scan, click on the issues tab to learn more
{{:num_skipped}} out of {{:num_files}} files were skipped during scan, click on the issues tab to learn more
{{else}}
The selected folder ({{:folder}}) is empty. please set a different folder
{{/if}}
Expand Down Expand Up @@ -153,7 +153,7 @@ <h5 class="progress-type">Loading...</h5>
{{if folder}}
{{if library && library.length}}
<div class="alert center alert-warning" role="alert">
There are {{:library.length}} files that were skipped during scan, below you can find more info
{{:library.length}} files were skipped during scan, additional details below:
</div>
<section id="status-table" class="content"></section>
{{else}}
Expand Down

0 comments on commit 78e4830

Please sign in to comment.