diff --git a/frontend/src/organisms/connection/dblist.svelte b/frontend/src/organisms/connection/dblist.svelte index e7c6080..856f403 100644 --- a/frontend/src/organisms/connection/dblist.svelte +++ b/frontend/src/organisms/connection/dblist.svelte @@ -84,8 +84,8 @@ { label: `Drop ${collKey}…`, fn: () => dropCollection(dbKey, collKey) }, { label: `Drop ${dbKey}…`, fn: () => dropDatabase(dbKey) }, { separator: true }, - { label: 'New database≥', fn: () => dispatch('newDatabase') }, - { label: 'New collection≥', fn: () => dispatch('newCollection') }, + { label: 'New database…', fn: () => dispatch('newDatabase') }, + { label: 'New collection…', fn: () => dispatch('newCollection') }, ], })).sort((a, b) => a.id.localeCompare(b)) || [], menu: [