Skip to content

Commit 3f84ed9

Browse files
authored
fix(settings): fix long description on wordpress integration (#2195)
1 parent b54ca60 commit 3f84ed9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/sim/lib/oauth/oauth.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,8 +866,8 @@ export const OAUTH_PROVIDERS: Record<string, OAuthProviderConfig> = {
866866
services: {
867867
wordpress: {
868868
id: 'wordpress',
869-
name: 'WordPress.com',
870-
description: 'Manage posts, pages, media, comments, and more on WordPress.com sites.',
869+
name: 'WordPress',
870+
description: 'Manage posts, pages, media, comments, and more on WordPress sites.',
871871
providerId: 'wordpress',
872872
icon: (props) => WordpressIcon(props),
873873
baseProviderIcon: (props) => WordpressIcon(props),

0 commit comments

Comments
 (0)