Skip to content

Commit 78e4830

Browse files
giwtygiwty
authored andcommitted
improve grammar
1 parent 0610c0a commit 78e4830

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/app/app.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ <h5 class="progress-type">Loading...</h5>
6868
{{/if}}
6969
{{if num_skipped != 0}}
7070
<div class="alert center alert-warning" role="alert">
71-
{{:num_skipped}} files out of {{:num_files}} were skipped during scan, click on the issues tab to learn more
71+
{{:num_skipped}} out of {{:num_files}} files were skipped during scan, click on the issues tab to learn more
7272
</div>
7373
{{/if}}
7474
<section id="library-table" class="content"></section>
7575
{{else}}
7676
<div class="alert center alert-warning" role="alert">
7777
{{if num_skipped != 0}}}
78-
{{:num_skipped}} files out of {{:num_files}} were skipped during scan, click on the issues tab to learn more
78+
{{:num_skipped}} out of {{:num_files}} files were skipped during scan, click on the issues tab to learn more
7979
{{else}}
8080
The selected folder ({{:folder}}) is empty. please set a different folder
8181
{{/if}}
@@ -153,7 +153,7 @@ <h5 class="progress-type">Loading...</h5>
153153
{{if folder}}
154154
{{if library && library.length}}
155155
<div class="alert center alert-warning" role="alert">
156-
There are {{:library.length}} files that were skipped during scan, below you can find more info
156+
{{:library.length}} files were skipped during scan, additional details below:
157157
</div>
158158
<section id="status-table" class="content"></section>
159159
{{else}}

0 commit comments

Comments
 (0)