mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Fixing Import Sites button, broken by a typo.
This commit is contained in:
parent
dce7ece0aa
commit
cfa034ee72
1 changed files with 1 additions and 1 deletions
|
@ -3563,7 +3563,7 @@
|
|||
$.make('div', { className: 'NB-menu-manage-image' }),
|
||||
$.make('div', { className: 'NB-menu-manage-title' }, 'Email Newsletters')
|
||||
]),
|
||||
$.make('li', { className: 'NB-menu-item NB-menu-manage-import, role: "button"' }, [
|
||||
$.make('li', { className: 'NB-menu-item NB-menu-manage-import', role: "button" }, [
|
||||
$.make('div', { className: 'NB-menu-manage-image' }),
|
||||
$.make('div', { className: 'NB-menu-manage-title' }, 'Import or upload sites')
|
||||
]),
|
||||
|
|
Loading…
Add table
Reference in a new issue