Skip to content

Commit 0445055

Browse files
committed
hide
1 parent c7303ff commit 0445055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/chat-injector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const chatLoaded = async (): Promise<void> => {
154154
}
155155
return;
156156
}
157-
activatorText.textContent = 'Un-Embed';
157+
activatorText.textContent = 'Hide';
158158
activatorIcon.textContent = 'cancel_presentation';
159159
ytcfilterElement.style.display = 'block';
160160
resizeBar.style.display = 'flex';

0 commit comments

Comments
 (0)