Fix reader nav bar "settings" button title
This commit is contained in:
@@ -84,7 +84,7 @@ const BaseReaderNavBarDesktopQuickSettings = ({
|
||||
variant="contained"
|
||||
startIcon={<SettingsIcon />}
|
||||
>
|
||||
{t('reader.settings.title.reader')}
|
||||
{t('settings.title')}
|
||||
</Button>
|
||||
</Stack>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user