-
{t("resources").toUpperCase()}
+
);
diff --git a/apps/web/ee/lib/helpscout/HelpscoutMenuItem.tsx b/apps/web/ee/lib/helpscout/HelpscoutMenuItem.tsx
index f1551db5ea..b53289fd2c 100644
--- a/apps/web/ee/lib/helpscout/HelpscoutMenuItem.tsx
+++ b/apps/web/ee/lib/helpscout/HelpscoutMenuItem.tsx
@@ -20,7 +20,7 @@ export default function HelpscoutMenuItem() {
<>
diff --git a/apps/web/ee/lib/intercom/IntercomMenuItem.tsx b/apps/web/ee/lib/intercom/IntercomMenuItem.tsx
index cd55711a3f..e95d8ea664 100644
--- a/apps/web/ee/lib/intercom/IntercomMenuItem.tsx
+++ b/apps/web/ee/lib/intercom/IntercomMenuItem.tsx
@@ -13,7 +13,7 @@ export default function IntercomMenuItem() {
boot();
show();
}}
- className="flex w-full py-2 pr-4 text-sm font-medium text-neutral-700 hover:bg-gray-100 hover:text-gray-900">
+ className="flex w-full px-5 py-2 pr-4 text-sm font-medium text-gray-700 hover:bg-gray-100 hover:text-gray-900">
{t("contact_support")}
);
diff --git a/apps/web/ee/lib/zendesk/ZendeskMenuItem.tsx b/apps/web/ee/lib/zendesk/ZendeskMenuItem.tsx
index 6d4c858fe9..e14a6ea838 100644
--- a/apps/web/ee/lib/zendesk/ZendeskMenuItem.tsx
+++ b/apps/web/ee/lib/zendesk/ZendeskMenuItem.tsx
@@ -15,7 +15,7 @@ export default function ZendeskMenuItem() {
<>
{active && (
diff --git a/apps/web/public/static/locales/ar/common.json b/apps/web/public/static/locales/ar/common.json
index 995e81e266..6d906fcaaa 100644
--- a/apps/web/public/static/locales/ar/common.json
+++ b/apps/web/public/static/locales/ar/common.json
@@ -909,6 +909,6 @@
"requires_confirmation": "يتطلب التأكيد",
"add_exchange2013": "الاتصال بخادم Exchange 2013",
"add_exchange2016": "الاتصال بخادم Exchange 2016",
- "specific_issue": "لديك مشكلة محددة",
+ "specific_issue": "لديك مشكلة محددة؟",
"browse_our_docs": "تصفح مستنداتنا"
-}
+}
\ No newline at end of file
diff --git a/apps/web/public/static/locales/sv/common.json b/apps/web/public/static/locales/sv/common.json
index 3976b0079d..abcd692343 100644
--- a/apps/web/public/static/locales/sv/common.json
+++ b/apps/web/public/static/locales/sv/common.json
@@ -909,6 +909,6 @@
"requires_confirmation": "Kräver bekräftelse",
"add_exchange2013": "Anslut till Exchange 2013 Server",
"add_exchange2016": "Anslut till Exchange 2016 Server",
- "specific_issue": "Har ett specifikt problem",
+ "specific_issue": "Har ett specifikt problem?",
"browse_our_docs": "bläddra i våra dokument"
}