SilentTyping: Make Tooltip text casing consistent w other plugins (#918)

This commit is contained in:
Lily • Lylythii 2023-04-17 00:46:51 +01:00 committed by GitHub
parent 9c929a4d98
commit 72f6dd84ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ function SilentTypingToggle(chatBoxProps: {
if (chatBoxProps.type.analyticsName !== "normal") return null;
return (
<Tooltip text={isEnabled ? "Disable silent typing" : "Enable silent typing"}>
<Tooltip text={isEnabled ? "Disable Silent Typing" : "Enable Silent Typing"}>
{(tooltipProps: any) => (
<div style={{ display: "flex" }}>
<Button