summaryrefslogtreecommitdiffstats
path: root/src/models/constants.ts
diff options
context:
space:
mode:
authorjulia.kirschenheuter <julia.kirschenheuter@nextcloud.com>2022-10-11 08:58:26 +0200
committerjulia.kirschenheuter <julia.kirschenheuter@nextcloud.com>2022-10-14 09:45:29 +0200
commitbd536c0eaf6f359a9a2a51802d66bcbdcc176e52 (patch)
treef15ce24230bee9aaaa2796deb8b7bce4f675cc99 /src/models/constants.ts
parent31cb3064b31f764ec5ead41483febd3ca2e895ab (diff)
Create modal window for contacts settings
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
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