mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Tooltip i18n
This commit is contained in:
parent
0a05ee87cf
commit
fb72be0b6b
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user