Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renamed scv to csv #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions resources/app/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h5 class="progress-type">Loading...</h5>
{{if missingGames && missingGames.length}}
<div class="alert center alert-warning" role="alert">
There are {{:missingGames.length}} games missing in your local library:
<button type="button" class="btn btn-link export-btn">export to scv</button>
<button type="button" class="btn btn-link export-btn">export to csv</button>
</div>
<section id="missingGames-table" class="content"></section>
{{else}}
Expand Down Expand Up @@ -85,7 +85,7 @@ <h5 class="progress-type">Loading...</h5>
{{/if}}
<button type="button" class="btn btn-link folder-set">change</button>
<button type="button" class="btn btn-link folder-set">add</button> |
<button type="button" class="btn btn-link export-btn">export to scv</button>
<button type="button" class="btn btn-link export-btn">export to csv</button>
</div>
{{if keys === "false"}}
<div id="missingkeys" class="alert center alert-danger" role="alert" >
Expand Down Expand Up @@ -141,7 +141,7 @@ <h5 class="progress-type">Loading...</h5>
{{if updates && updates.length}}
<div class="alert center alert-warning" role="alert">
There are {{:updates.length}} games/DLC with missing updates:
<button type="button" class="btn btn-link export-btn">export to scv</button>
<button type="button" class="btn btn-link export-btn">export to csv</button>
</div>
<section id="updates-table" class="content"></section>
{{else}}
Expand All @@ -164,7 +164,7 @@ <h5 class="progress-type">Loading...</h5>
{{if dlc && dlc.length}}
<div class="alert center alert-warning" role="alert">
There are {{:dlc.length}} games with missing DLC's in your local library:
<button type="button" class="btn btn-link export-btn">export to scv</button>
<button type="button" class="btn btn-link export-btn">export to csv</button>
</div>
<section id="dlc-table" class="content"></section>
{{else}}
Expand All @@ -188,7 +188,7 @@ <h5 class="progress-type">Loading...</h5>
{{if library && library.length}}
<div class="alert center alert-warning" role="alert">
{{:library.length}} files were skipped during scan, additional details below:
<button type="button" class="btn btn-link export-btn">export to scv</button>
<button type="button" class="btn btn-link export-btn">export to csv</button>
</div>
<section id="status-table" class="content"></section>
{{else}}
Expand Down