Fix typo: "authority badges"
This commit is contained in:
@@ -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)"),
|
||||||
|
|||||||
Reference in New Issue
Block a user