Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update incorrect copy on Branch step of the template wizard #619

Merged
merged 2 commits into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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