mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Fix translation key
This commit is contained in:
@@ -240,7 +240,7 @@ export const CenterControls = ({ playersRef }: CenterControlsProps) => {
|
|||||||
<PlayerButton
|
<PlayerButton
|
||||||
icon={<RiSpeedFill size={15} />}
|
icon={<RiSpeedFill size={15} />}
|
||||||
tooltip={{
|
tooltip={{
|
||||||
label: t('player.stop', {
|
label: t('player.skip', {
|
||||||
context: 'forward',
|
context: 'forward',
|
||||||
postProcess: 'sentenceCase',
|
postProcess: 'sentenceCase',
|
||||||
}),
|
}),
|
||||||
|
|||||||
@@ -235,7 +235,7 @@ export const Sidebar = () => {
|
|||||||
onClick={expandFullScreenPlayer}
|
onClick={expandFullScreenPlayer}
|
||||||
>
|
>
|
||||||
<Tooltip
|
<Tooltip
|
||||||
label={t('player.toggleFullScreenPlayer', {
|
label={t('player.toggleFullscreenPlayer', {
|
||||||
postProcess: 'sentenceCase',
|
postProcess: 'sentenceCase',
|
||||||
})}
|
})}
|
||||||
openDelay={500}
|
openDelay={500}
|
||||||
|
|||||||
Reference in New Issue
Block a user