From a5b208558ec3c046cd0fb6efc3dc93536e73f0e2 Mon Sep 17 00:00:00 2001 From: waleed Date: Thu, 4 Dec 2025 14:06:17 -0800 Subject: [PATCH] fix(settings): fix long description on wordpress integration --- apps/sim/lib/oauth/oauth.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/sim/lib/oauth/oauth.ts b/apps/sim/lib/oauth/oauth.ts index 4379b159579..d53625138ea 100644 --- a/apps/sim/lib/oauth/oauth.ts +++ b/apps/sim/lib/oauth/oauth.ts @@ -866,8 +866,8 @@ export const OAUTH_PROVIDERS: Record = { services: { wordpress: { id: 'wordpress', - name: 'WordPress.com', - description: 'Manage posts, pages, media, comments, and more on WordPress.com sites.', + name: 'WordPress', + description: 'Manage posts, pages, media, comments, and more on WordPress sites.', providerId: 'wordpress', icon: (props) => WordpressIcon(props), baseProviderIcon: (props) => WordpressIcon(props),