Skip to content

Commit

Permalink
Merge pull request #619 from appwrite/fix-templates-wizard-name
Browse files Browse the repository at this point in the history
Update incorrect copy on Branch step of the template wizard
  • Loading branch information
TorstenDittmann committed Nov 15, 2023
2 parents 8f7012d + a8eff05 commit 49d039e
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions src/lib/wizards/functions/steps/gitConfiguration.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
</script>

<WizardStep>
<svelte:fragment slot="title">Git</svelte:fragment>
<svelte:fragment slot="title">Branch</svelte:fragment>
<svelte:fragment slot="subtitle">
Configure the Git repository that will trigger your function deployments when updated.
Choose the Git branch that will trigger your function deployments when updated.
</svelte:fragment>

<Box radius="small">
Expand Down
2 changes: 1 addition & 1 deletion src/routes/auth/magic-url/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
});
</script>

<Heading tag="h1" size="1">Missing Redirect URL</Heading>
<Heading tag="h1" size="1">Missing redirect URL</Heading>
<p>
Your Magic URL login flow is missing a proper redirect URL. Please check the
<a href="https://appwrite.io/docs/references/cloud/client-web/account#createMagicURLSession"
Expand Down
2 changes: 1 addition & 1 deletion src/routes/auth/oauth2/failure/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{:catch}
<article class="card u-padding-16">
<div class="u-flex u-flex-vertical u-gap-16">
<Heading tag="h1" size="4">Missing Redirect URL</Heading>
<Heading tag="h1" size="4">Missing redirect URL</Heading>
<p class="text">
Your OAuth login flow is missing a proper redirect URL. Please check the
<a
Expand Down
2 changes: 1 addition & 1 deletion src/routes/auth/oauth2/success/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{:catch}
<article class="card u-padding-16">
<div class="u-flex u-flex-vertical u-gap-16">
<Heading tag="h1" size="4">Missing Redirect URL</Heading>
<Heading tag="h1" size="4">Missing redirect URL</Heading>
<p class="text">
Your OAuth login flow is missing a proper redirect URL. Please check the
<a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
{#if $authMethods && $OAuthProviders}
<Container>
<CardGrid>
<Heading tag="h2" size="7">Auth Methods</Heading>
<Heading tag="h2" size="7">Auth methods</Heading>
<p>Enable the authentication methods you wish to use.</p>
<svelte:fragment slot="aside">
<form class="form">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

<Form onSubmit={updatePrefs}>
<CardGrid>
<Heading tag="h6" size="7">Team Preferences</Heading>
<Heading tag="h6" size="7">Team preferences</Heading>
<p>
You can update your team's preferences by storing shared information on the teams's
objects so they can easily be shared across members.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

<Form onSubmit={updatePermissions}>
<CardGrid>
<Heading tag="h6" size="7" id="permissions">Execute Access</Heading>
<Heading tag="h6" size="7" id="permissions">Execute access</Heading>
<p>
Choose who can execute this function using the client API. Learn more about <a
href="https://appwrite.io/docs/advanced/platform/permissions"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</script>

<div class="common-section u-flex u-gap-12">
<Heading tag="h3" size="7">API Keys</Heading>
<Heading tag="h3" size="7">API keys</Heading>
<span class="u-margin-inline-start-auto">
<Button on:click={createApiKey}>
<span class="icon-plus" aria-hidden="true" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<Form onSubmit={updateExpire}>
<CardGrid>
<Heading tag="h6" size="7">Expiration Date</Heading>
<Heading tag="h6" size="7">Expiration date</Heading>
<p class="text">Set a date after which your API key will expire.</p>
<svelte:fragment slot="aside">
{#if isExpired}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<Form onSubmit={updateHostname}>
<CardGrid>
<Heading tag="h6" size="7">Package Name</Heading>
<Heading tag="h6" size="7">Package name</Heading>
<p class="text">
Your package name is generally the applicationId in your app-level build.gradle file.
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<Form onSubmit={updateHostname}>
<CardGrid>
<Heading tag="h6" size="7">Package Name</Heading>
<Heading tag="h6" size="7">Package name</Heading>
<p class="text">
Your package name is generally the applicationId in your app-level build.gradle file.
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<Form onSubmit={updateHostname}>
<CardGrid>
<Heading tag="h6" size="7">Package Name</Heading>
<Heading tag="h6" size="7">Package name</Heading>
<p class="text">Your application name.</p>
<svelte:fragment slot="aside">
<FormList>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<Form onSubmit={updateHostname}>
<CardGrid>
<Heading tag="h6" size="7">Package Name</Heading>
<Heading tag="h6" size="7">Package name</Heading>
<p class="text">Your application name.</p>
<svelte:fragment slot="aside">
<FormList>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<Form onSubmit={updateName}>
<CardGrid>
<Heading tag="h6" size="7">API Credentials</Heading>
<Heading tag="h6" size="7">API credentials</Heading>
<p class="text">Access Appwrite services using your API Endpoint and Project ID.</p>
<svelte:fragment slot="aside">
<FormList>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</script>

<CardGrid>
<Heading tag="h2" size="7">Signature Key</Heading>
<Heading tag="h2" size="7">Signature key</Heading>
<p>
Add the Signature Key to the X-Appwrite-Webhook-Signature header to validate your webhooks. <a
href="https://appwrite.io/docs/advanced/platform/webhooks#verification"
Expand Down

4 comments on commit 49d039e

@vercel
Copy link

@vercel vercel bot commented on 49d039e Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

console-preview – ./

console-next.vercel.app
console-preview-appwrite.vercel.app
console-preview-git-main-appwrite.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 49d039e Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

console-cloud – ./

console-cloud-git-main-appwrite.vercel.app
console-cloud-appwrite.vercel.app
console-cloud.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 49d039e Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 49d039e Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.