aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/global
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-10-18 09:50:27 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-10-18 09:50:27 +0200
commit3ac398ac49c517261314478b4ea820959c6d120f (patch)
tree240a20a508ad6f0708350202e4391b72db3221cd /launcher/ui/pages/global
parent722194405a8333a70b44cc204dabc8a590a6b3fd (diff)
downloadPrismLauncher-3ac398ac49c517261314478b4ea820959c6d120f.tar.gz
PrismLauncher-3ac398ac49c517261314478b4ea820959c6d120f.tar.bz2
PrismLauncher-3ac398ac49c517261314478b4ea820959c6d120f.zip
fix: use display name in code
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/ui/pages/global')
-rw-r--r--launcher/ui/pages/global/AccountListPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/global/AccountListPage.cpp b/launcher/ui/pages/global/AccountListPage.cpp
index a4f4dfb9..278f45c4 100644
--- a/launcher/ui/pages/global/AccountListPage.cpp
+++ b/launcher/ui/pages/global/AccountListPage.cpp
@@ -167,7 +167,7 @@ void AccountListPage::on_actionAddMicrosoft_triggered()
tr(
"Microsoft accounts are only usable on macOS 10.13 or newer, with fully updated %1.\n\n"
"Please update both your operating system and %1."
- ).arg(BuildConfig.LAUNCHER_NAME),
+ ).arg(BuildConfig.LAUNCHER_DISPLAYNAME),
QMessageBox::Warning
)->exec();
return;