chore: cleanup a few more mentions of mojang accounts

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth
2023-09-27 05:33:22 -04:00
parent 7c636d4608
commit f370f0d749
5 changed files with 6 additions and 6 deletions

View File

@ -366,7 +366,7 @@ QVariant AccountList::headerData(int section, [[maybe_unused]] Qt::Orientation o
case NameColumn:
return tr("User name of the account.");
case TypeColumn:
return tr("Type of the account - Mojang or MSA.");
return tr("Type of the account (currently only MSA is supported.)");
case StatusColumn:
return tr("Current status of the account.");
default: