Remove outdated translation key

This commit is contained in:
schroda
2024-12-16 22:58:45 +01:00
parent eddfba6b07
commit b4d295655f
2 changed files with 1 additions and 2 deletions

View File

@@ -887,7 +887,6 @@
"reader_width": "Reader width", "reader_width": "Reader width",
"reading_direction": "Reading direction", "reading_direction": "Reading direction",
"reading_mode": "Reading mode", "reading_mode": "Reading mode",
"scale_page": "Scale small pages",
"show_page_number": "Show page number", "show_page_number": "Show page number",
"skip_dup_chapters": "Skip duplicate chapters", "skip_dup_chapters": "Skip duplicate chapters",
"static_navigation": "Static navigation" "static_navigation": "Static navigation"

View File

@@ -51,7 +51,7 @@ export const ReaderNavBarDesktopPageScale = ({
defaultIcon={PAGE_SCALE_VALUE_TO_DISPLAY_DATA[pageScaleMode.value].icon} defaultIcon={PAGE_SCALE_VALUE_TO_DISPLAY_DATA[pageScaleMode.value].icon}
/> />
{READER_PAGE_SCALE_MODE_TO_SCALING_ALLOWED[pageScaleMode.value] && ( {READER_PAGE_SCALE_MODE_TO_SCALING_ALLOWED[pageScaleMode.value] && (
<Tooltip title={t('reader.settings.label.scale_page')}> <Tooltip title={t('reader.settings.page_scale.stretch')}>
<CustomIconButton <CustomIconButton
onClick={() => updateSetting('shouldStretchPage', !shouldStretchPage.value)} onClick={() => updateSetting('shouldStretchPage', !shouldStretchPage.value)}
sx={{ minWidth: 0 }} sx={{ minWidth: 0 }}