From 7d16261bff64cb13c940954599f17331c977dfed Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Wed, 18 Jan 2023 13:59:55 +0100 Subject: [PATCH] typos --- frontend/src/organisms/connection/dblist.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: [