File tree 4 files changed +6
-6
lines changed
src/routes/console/project-[project]/overview/platforms
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 26
26
27
27
const stepsComponents: WizardStepsType = new Map ();
28
28
stepsComponents .set (1 , {
29
- label: ' Register your app ' ,
29
+ label: ' Register your platform ' ,
30
30
component: Step1
31
31
});
32
32
stepsComponents .set (2 , {
Original file line number Diff line number Diff line change 26
26
27
27
const stepsComponents: WizardStepsType = new Map ();
28
28
stepsComponents .set (1 , {
29
- label: ' Register your app ' ,
29
+ label: ' Register your platform ' ,
30
30
component: Step1
31
31
});
32
32
stepsComponents .set (2 , {
47
47
</script >
48
48
49
49
<Wizard
50
- title =" Add an Apple Project "
50
+ title =" Add an Apple platform "
51
51
steps ={stepsComponents }
52
52
on:finish ={onFinish }
53
53
on:exit ={onFinish }
Original file line number Diff line number Diff line change 48
48
</script >
49
49
50
50
<WizardStep {beforeSubmit }>
51
- <svelte:fragment slot =" title" >Register your Apple app </svelte:fragment >
51
+ <svelte:fragment slot =" title" >Register your bundle ID </svelte:fragment >
52
52
53
53
<FormList isCommonSection >
54
54
<FormItem >
55
- <p >Choose a device </p >
55
+ <p >Choose an Apple platform </p >
56
56
<div class =" u-flex u-gap-16 u-margin-block-start-8" >
57
57
<Pill
58
58
button
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ let client = Client()
25
25
value ={project }>Project ID</Id >
26
26
</p >
27
27
<Code label ="Apple SDK" labelIcon ="apple" language ="swift" {code } withCopy withLineNumbers />
28
- <p >
28
+ <p class = " u-margin-block-start-24 " >
29
29
Before sending any API calls to your new Appwrite project, make sure your device or emulator
30
30
has network access to your Appwrite project's hostname or IP address.
31
31
</p >
You can’t perform that action at this time.
0 commit comments