summaryrefslogtreecommitdiffstats
path: root/src/models/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/models/constants.ts')
-rw-r--r--src/models/constants.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/models/constants.ts b/src/models/constants.ts
index dde4f8df..5624a353 100644
--- a/src/models/constants.ts
+++ b/src/models/constants.ts
@@ -45,6 +45,9 @@ export const CHART_ALL_CONTACTS: DefaultChart = t('contacts', 'Organization char
export const ROUTE_CIRCLE = 'circle'
export const ROUTE_CHART = 'chart'
+//Contact settings
+export const CONTACTS_SETTINGS: DefaultGroup = t('contacts', 'Contacts settings')
+
// Default max number of items to show in the navigation
export const ELLIPSIS_COUNT = 5