1
0
Fork 0
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:
flb 2021-07-09 01:45:10 +02:00
parent 639590052f
commit 2c9b2c2f15

View file

@ -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--){