Update label

This commit is contained in:
Raphael Wickihalder 2022-05-02 13:13:47 +02:00 committed by Thomas Zarebczan
parent 4604bc4a28
commit ae1bed8135

View file

@ -48,7 +48,7 @@ export default function HistoryPage(props: Props) {
<h1 className="card__title">
<Icon icon={ICONS.WATCHHISTORY} style={{ marginRight: 'var(--spacing-s)' }} />
{__('Watch History')}
<Tooltip title={__('Currently, history is only saved in your local browser session')}>
<Tooltip title={__('Currently, your watch history is only saved locally.')}>
<Button className="icon--help" icon={ICONS.HELP} iconSize={14} />
</Tooltip>
</h1>