fix(Settings): incorect translation key

This commit is contained in:
Tim 2025-06-19 03:05:53 +02:00
parent 3e91f55d22
commit a77cf17133

View file

@ -112,7 +112,7 @@ const General = forwardRef<HTMLDivElement, Props>(({ profile }: Props, ref) => {
href={'https://stremio.zendesk.com/hc/en-us'}
/>
<Link
label={'SETTINGS_SOURCE_CODE'}
label={t('SETTINGS_SOURCE_CODE')}
href={`https://github.com/stremio/stremio-web/tree/${process.env.COMMIT_HASH}`}
/>
<Link