SilentTyping: Make Tooltip text casing consistent w other plugins (#918)
This commit is contained in:
parent
9c929a4d98
commit
72f6dd84ee
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue