mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
Merge pull request #860 from Stremio/fix/settings-streaming-urls-use-correct-prop-button
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
This commit is contained in:
commit
45f8afea91
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ const URLsManager = () => {
|
|||
}
|
||||
</div>
|
||||
<div className={styles['footer']}>
|
||||
<Button label={'Add URL'} className={styles['add-url']} onClick={onAdd}>
|
||||
<Button title={'Add URL'} className={styles['add-url']} onClick={onAdd}>
|
||||
<Icon name={'add'} className={styles['icon']} />
|
||||
{t('SETTINGS_SERVER_ADD_URL')}
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue