From fb330c26d2ce4ec30126617b5732ef57b19df04c Mon Sep 17 00:00:00 2001 From: mahsem <137205921+mahsem@users.noreply.github.com> Date: Mon, 9 Jun 2025 22:11:22 +0200 Subject: [PATCH] fix: add context for Integrations (cherry picked from commit 33e6b80d5aa72b6b52fa4991f537e4fa4200e300) --- frontend/src/components/Settings/Settings.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Settings/Settings.vue b/frontend/src/components/Settings/Settings.vue index e0215463..82b1b86c 100644 --- a/frontend/src/components/Settings/Settings.vue +++ b/frontend/src/components/Settings/Settings.vue @@ -112,7 +112,7 @@ const tabs = computed(() => { ], }, { - label: __('Integrations'), + label: __('Integrations', null, 'FCRM'), items: [ { label: __('Telephony'),