fix: locale key for #967 (#973)

This commit is contained in:
Rémi Marseault 2023-07-18 10:28:09 +02:00 committed by Daan Wijns
parent 28aeb3e8f3
commit 6b2a44495c

View file

@ -33,7 +33,7 @@
<canvas id="pieceStates" width="0" height="1" />
</div>
<div v-if="!isFetchingMetadata && !shouldRenderPieceStates">
<span>{{ $t('modals.detail.pageOverview.disabledCanvas') }}</span>
<span>{{ $t('modals.detail.pageOverview.canvasRefreshDisabled') }}</span>
</div>
<div v-if="torrentPieceCount !== -1">
<span>{{ torrentPieceOwned }} / {{ torrentPieceCount }} ({{ torrentPieceSize | getData }})</span>