fix: onboarding copy

This commit is contained in:
tglide
2023-04-24 10:26:15 +01:00
parent d7171b3916
commit 89f667cf32
4 changed files with 6 additions and 6 deletions
@@ -26,7 +26,7 @@
const stepsComponents: WizardStepsType = new Map();
stepsComponents.set(1, {
label: 'Register your app',
label: 'Register your platform',
component: Step1
});
stepsComponents.set(2, {
@@ -26,7 +26,7 @@
const stepsComponents: WizardStepsType = new Map();
stepsComponents.set(1, {
label: 'Register your app',
label: 'Register your platform',
component: Step1
});
stepsComponents.set(2, {
@@ -47,7 +47,7 @@
</script>
<Wizard
title="Add an Apple Project"
title="Add an Apple platform"
steps={stepsComponents}
on:finish={onFinish}
on:exit={onFinish}
@@ -48,11 +48,11 @@
</script>
<WizardStep {beforeSubmit}>
<svelte:fragment slot="title">Register your Apple app</svelte:fragment>
<svelte:fragment slot="title">Register your bundle ID</svelte:fragment>
<FormList isCommonSection>
<FormItem>
<p>Choose a device</p>
<p>Choose an Apple platform</p>
<div class="u-flex u-gap-16 u-margin-block-start-8">
<Pill
button
@@ -25,7 +25,7 @@ let client = Client()
value={project}>Project ID</Id>
</p>
<Code label="Apple SDK" labelIcon="apple" language="swift" {code} withCopy withLineNumbers />
<p>
<p class="u-margin-block-start-24">
Before sending any API calls to your new Appwrite project, make sure your device or emulator
has network access to your Appwrite project's hostname or IP address.
</p>