From 23d9ddd363b3eb587d6976bfd28186790af611f5 Mon Sep 17 00:00:00 2001 From: "Vincent (Wen Yu) Ge" Date: Wed, 15 Nov 2023 03:15:21 +0000 Subject: [PATCH 1/2] Update incorrect copy on Branch step of the template wizard --- src/lib/wizards/functions/steps/gitConfiguration.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/wizards/functions/steps/gitConfiguration.svelte b/src/lib/wizards/functions/steps/gitConfiguration.svelte index d021ca6567..9980e765d9 100644 --- a/src/lib/wizards/functions/steps/gitConfiguration.svelte +++ b/src/lib/wizards/functions/steps/gitConfiguration.svelte @@ -26,9 +26,9 @@ - Git + Branch - Configure the Git repository that will trigger your function deployments when updated. + Choose the Git branch that will trigger your function deployments when updated. From a8eff0510e997ba307b441102ffa3a2d422cfb8f Mon Sep 17 00:00:00 2001 From: "Vincent (Wen Yu) Ge" Date: Wed, 15 Nov 2023 03:22:14 +0000 Subject: [PATCH 2/2] Fix title case -> sentence case --- src/routes/auth/magic-url/+page.svelte | 2 +- src/routes/auth/oauth2/failure/+page.svelte | 2 +- src/routes/auth/oauth2/success/+page.svelte | 2 +- src/routes/console/project-[project]/auth/settings/+page.svelte | 2 +- .../project-[project]/auth/teams/team-[team]/updatePrefs.svelte | 2 +- .../function-[function]/settings/updatePermissions.svelte | 2 +- src/routes/console/project-[project]/overview/keys/+page.svelte | 2 +- .../overview/keys/[key]/updateExpirationDate.svelte | 2 +- .../overview/platforms/[platform]/android.svelte | 2 +- .../overview/platforms/[platform]/flutterAndroid.svelte | 2 +- .../overview/platforms/[platform]/flutterLinux.svelte | 2 +- .../overview/platforms/[platform]/flutterWindows.svelte | 2 +- src/routes/console/project-[project]/settings/updateName.svelte | 2 +- .../settings/webhooks/[webhook]/updateSignature.svelte | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/routes/auth/magic-url/+page.svelte b/src/routes/auth/magic-url/+page.svelte index 878029347f..905d5e1487 100644 --- a/src/routes/auth/magic-url/+page.svelte +++ b/src/routes/auth/magic-url/+page.svelte @@ -22,7 +22,7 @@ }); -Missing Redirect URL +Missing redirect URL

Your Magic URL login flow is missing a proper redirect URL. Please check the

- Missing Redirect URL + Missing redirect URL

Your OAuth login flow is missing a proper redirect URL. Please check the

- Missing Redirect URL + Missing redirect URL

Your OAuth login flow is missing a proper redirect URL. Please check the - Auth Methods + Auth methods

Enable the authentication methods you wish to use.

diff --git a/src/routes/console/project-[project]/auth/teams/team-[team]/updatePrefs.svelte b/src/routes/console/project-[project]/auth/teams/team-[team]/updatePrefs.svelte index 1d9291ed2c..d5691d4883 100644 --- a/src/routes/console/project-[project]/auth/teams/team-[team]/updatePrefs.svelte +++ b/src/routes/console/project-[project]/auth/teams/team-[team]/updatePrefs.svelte @@ -56,7 +56,7 @@ - Team Preferences + Team preferences

You can update your team's preferences by storing shared information on the teams's objects so they can easily be shared across members. diff --git a/src/routes/console/project-[project]/functions/function-[function]/settings/updatePermissions.svelte b/src/routes/console/project-[project]/functions/function-[function]/settings/updatePermissions.svelte index 2a39500815..949a5f9d54 100644 --- a/src/routes/console/project-[project]/functions/function-[function]/settings/updatePermissions.svelte +++ b/src/routes/console/project-[project]/functions/function-[function]/settings/updatePermissions.svelte @@ -65,7 +65,7 @@ - Execute Access + Execute access

Choose who can execute this function using the client API. Learn more about

- API Keys + API keys