Skip to content

Commit 86ba31a

Browse files
authored
Merge pull request #2006 from appwrite/fix-PRO-1883
Fix pro 1883
2 parents ed4ec92 + 732a5b7 commit 86ba31a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/routes/(console)/organization-[organization]/createProject.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
let error: string;
2121
let showCustomId = false;
2222
let disabled: boolean = false;
23-
let name: string = 'Appwrite project';
23+
let name: string = 'New project';
2424
2525
async function create() {
2626
try {

src/routes/(console)/organization-[organization]/createProjectCloud.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
export let showCreateProjectCloud: boolean;
1818
1919
let id: string = null;
20-
let name: string = 'Appwrite project';
20+
let name: string = 'New project';
2121
let region: string = Region.Fra;
2222
let error: string = null;
2323

0 commit comments

Comments
 (0)