diff options
Diffstat (limited to 'apps/settings/src/constants/AppsConstants.js')
-rw-r--r-- | apps/settings/src/constants/AppsConstants.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings/src/constants/AppsConstants.js b/apps/settings/src/constants/AppsConstants.js index 5ede6334231..aec06aded3a 100644 --- a/apps/settings/src/constants/AppsConstants.js +++ b/apps/settings/src/constants/AppsConstants.js @@ -29,4 +29,5 @@ export const APPS_SECTION_ENUM = Object.freeze({ updates: t('settings', 'Updates'), 'app-bundles': t('settings', 'App bundles'), featured: t('settings', 'Featured apps'), + supported: t('settings', 'Supported apps'), // From subscription }) |