mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Fix typo: "authority badges"
This commit is contained in:
parent
1f1175a034
commit
79f64a21c3
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ void LookPage::addBadgesTab(LayoutCreator<QVBoxLayout> layout)
|
||||||
}
|
}
|
||||||
layout.emplace<Line>(false);
|
layout.emplace<Line>(false);
|
||||||
layout.append(this->createCheckBox(
|
layout.append(this->createCheckBox(
|
||||||
("Show authorty badges (staff, admin, turbo, etc)"),
|
("Show authority badges (staff, admin, turbo, etc)"),
|
||||||
getSettings()->showBadgesGlobalAuthority));
|
getSettings()->showBadgesGlobalAuthority));
|
||||||
layout.append(
|
layout.append(
|
||||||
this->createCheckBox(("Show channel badges (broadcaster, moderator)"),
|
this->createCheckBox(("Show channel badges (broadcaster, moderator)"),
|
||||||
|
|
Loading…
Reference in a new issue