mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-24 18:42:05 +00:00
correct typos
This commit is contained in:
parent
639590052f
commit
2c9b2c2f15
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ ChangelogPage::ChangelogPage() : AppletFrame(true, true)
|
|||
verTitles.push_back("v2.9.0");
|
||||
changes.push_back("\uE016 Added support for Team-Neptune's custom pack builder.");
|
||||
|
||||
verTitles.push_back("v2.9.0");
|
||||
verTitles.push_back("v2.10.0");
|
||||
changes.push_back("\uE016 Added support custom packs through a json file.");
|
||||
|
||||
for(int i = verTitles.size() -1 ; i >= 0; i--){
|
||||
|
|
Loading…
Reference in a new issue