From 3042c29b1b6c8a9c98672cc209d855dedf21b28e Mon Sep 17 00:00:00 2001 From: flb Date: Wed, 30 Jun 2021 23:01:32 +0200 Subject: [PATCH] Updated README and fixed incorrect string --- README.md | 1 + source/app_page.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 900c9c4..bc98020 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # AIO-switch-updater ![releases](https://img.shields.io/github/downloads/HamletDuFromage/AIO-switch-updater/total) +![hbappstore](https://img.shields.io/endpoint?url=https%3A%2F%2Fjson-endpoint-example-1-5z0ltinlwws5.runkit.sh%2F%3Furl%3Dhttps%3A%2F%2Fapi.brewtools.dev%2Fstore%2FSwitch%2F%3Fpackage%3Daioswitchupdater) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/HamletDuFromage/AIO-switch-updater/Build%20AIO-switch-updater) ![tag](https://img.shields.io/github/v/release/HamletDuFromage/AIO-switch-updater) ![GitHub](https://img.shields.io/github/license/HamletDuFromage/aio-switch-updater) diff --git a/source/app_page.cpp b/source/app_page.cpp index 9df73d8..5fe4e8d 100644 --- a/source/app_page.cpp +++ b/source/app_page.cpp @@ -55,7 +55,7 @@ void AppPage::PopulatePage() if (R_SUCCEEDED(InitControlData(&controlData)) && R_SUCCEEDED(GetControlData(tid, controlData, controlSize, name))) { this->DeclareGameListItem(name, tid, &controlData); } - label = new brls::Label(brls::LabelStyle::SMALL, "menus/cheats/applet_mode_not_supported"_i18n, true); + label = new brls::Label(brls::LabelStyle::SMALL, "menus/common/applet_mode_not_supported"_i18n, true); list->addView(label); }