diff --git a/CHANGELOG-nightly.md b/CHANGELOG-nightly.md index ca25655e5..33630e9ed 100644 --- a/CHANGELOG-nightly.md +++ b/CHANGELOG-nightly.md @@ -3,6 +3,7 @@ **The changes listed here are not assigned to an official release**. - Reinstated animated avatars +- Added an option to hide the channel point balance button under the chat input box ### 3.0.16.1000 diff --git a/src/site/twitch.tv/modules/hidden-elements/HiddenElementsModule.vue b/src/site/twitch.tv/modules/hidden-elements/HiddenElementsModule.vue index 2a1b94dac..b873bb9fb 100644 --- a/src/site/twitch.tv/modules/hidden-elements/HiddenElementsModule.vue +++ b/src/site/twitch.tv/modules/hidden-elements/HiddenElementsModule.vue @@ -108,7 +108,7 @@ export const config = [ declareConfig("layout.hide_channel_point_balance_button", "TOGGLE", { path: ["Site Layout", "Twitch Features"], label: "Hide Channel Point Balance Button", - hint: "If checked, the channel point balance buton under the chat input box will be hidden", + hint: "If checked, the channel point balance button under the chat input box will be hidden", defaultValue: false, }), // Side bar elements