Tooltip i18n

This commit is contained in:
Gabe Kangas 2023-11-28 22:55:59 -08:00
parent 0a05ee87cf
commit fb72be0b6b

View File

@ -61,7 +61,7 @@ export const Header: FC<HeaderComponentProps> = ({ name, chatAvailable, chatDisa
{!chatAvailable && !chatDisabled && (
<Tooltip
overlayClassName={styles.toolTip}
title="Chat will be available when the stream is live."
title={t('Chat will be available when the stream is live.')}
placement="left"
>
<span className={styles.chatOfflineText}>{t('Chat is offline')}</span>