Fix typo: "authority badges"

This commit is contained in:
Ruben Anders 2018-10-04 18:55:02 +02:00 committed by pajlada
parent 1f1175a034
commit 79f64a21c3

View file

@ -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)"),