mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: onboarding copy
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user