mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix typo
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
308e1c0ed2
commit
9ff6dab07c
1 changed files with 2 additions and 2 deletions
|
|
@ -40,9 +40,9 @@ OC.Settings.Apps = OC.Settings.Apps || {
|
|||
this._loadCategoriesCall.abort();
|
||||
}
|
||||
|
||||
var categories = [,
|
||||
var categories = [
|
||||
{displayName: t('settings', 'Your apps'), ident: 'installed', id: '0'},
|
||||
{displayName: t('settings', 'Enabled apps'), ident: 'enabled', id: '1',},
|
||||
{displayName: t('settings', 'Enabled apps'), ident: 'enabled', id: '1'},
|
||||
{displayName: t('settings', 'Disabled apps'), ident: 'disabled', id: '2'}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue