diff --git a/resources/app/app.html b/resources/app/app.html
index 3fbfdf9..7009607 100644
--- a/resources/app/app.html
+++ b/resources/app/app.html
@@ -68,14 +68,14 @@
Loading...
{{/if}}
{{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
{{/if}}
{{else}}
{{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}}
@@ -153,7 +153,7 @@
Loading...
{{if folder}}
{{if library && library.length}}
- 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:
{{else}}