From 6bd0b24107d78872577380f08f493707d8f041bd Mon Sep 17 00:00:00 2001 From: Yingbei Date: Fri, 17 Jan 2025 16:31:35 +0800 Subject: [PATCH] site name --- ui/admin/app/lib/model/oauthApps/providers/wordpress.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/admin/app/lib/model/oauthApps/providers/wordpress.ts b/ui/admin/app/lib/model/oauthApps/providers/wordpress.ts index f10f2fbd0..7eb56af77 100644 --- a/ui/admin/app/lib/model/oauthApps/providers/wordpress.ts +++ b/ui/admin/app/lib/model/oauthApps/providers/wordpress.ts @@ -19,7 +19,7 @@ const steps: OAuthFormStep>[] = [ "### Step 1: Create a New Application at Developer.wordpress.com:\n" + "If you already have an app, you can skip to Step 2.\n\n" + "- Ensure you are logged into your preferred Wordpress.com account.\n" + - "- You can create and manage your apps at the [Apps](https://developer.wordpress.com/apps/) page.\n" + + "- You can create and manage your apps at the [Application Manager](https://developer.wordpress.com/apps/) page.\n" + "- Click **Create New Application** on the top right corner.\n" + "- Enter a **Name**, **Description**, and **Website** for your application.\n" + "- Copy the url below and paste it into the **Redirect URL** field.\n",