mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
fix(Settings): incorect translation key
This commit is contained in:
parent
3e91f55d22
commit
a77cf17133
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue