giwty / switch-library-manager

Complete solution to manage, organize and keep your local switch backup game library up to date . Cross platform, supports all game formats.
230 stars 43 forks source link

"Export to SCV" instead of "CSV" - Spelling error #72

Open uaktags opened 3 years ago

uaktags commented 3 years ago

Simple issue: file - resources/app/app.html

<button type="button" class="btn btn-link export-btn">export to scv</button>

should be

<button type="button" class="btn btn-link export-btn">export to csv</button>
giwty commented 2 years ago

Thanks, will fix

Clearmist commented 2 years ago

Pull request #73 fixes this.