From 97ae1c08625a8958efffa420033ee84f21a631a5 Mon Sep 17 00:00:00 2001 From: Sean Colsen Date: Thu, 4 Jan 2024 20:14:39 -0500 Subject: [PATCH] Fix misspelling of meantime --- mathesar_ui/src/i18n/languages/en/dict.json | 2 +- .../systems/data-explorer/exploration-inspector/CellTab.svelte | 2 +- .../src/systems/table-view/table-inspector/cell/CellMode.svelte | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mathesar_ui/src/i18n/languages/en/dict.json b/mathesar_ui/src/i18n/languages/en/dict.json index 29da8852cc..175fcafe0b 100644 --- a/mathesar_ui/src/i18n/languages/en/dict.json +++ b/mathesar_ui/src/i18n/languages/en/dict.json @@ -161,7 +161,7 @@ "description": "Description", "disable_link": "Disable Link", "disable_link_question": "Disable Link?", - "disabled_connection_edit_fields_help": "Mathesar does not yet support editing a connection's database name, host, and port. We [issueLink](plan) to add support for this in the future. In the mean time, you can delete this connection and create a new one if needed.", + "disabled_connection_edit_fields_help": "Mathesar does not yet support editing a connection's database name, host, and port. We [issueLink](plan) to add support for this in the future. In the meantime, you can delete this connection and create a new one if needed.", "disallow_null_values": "Disallow [null] Values", "disallow_null_values_help": "Enable this option to prevent null values in the column. Null values are empty values that are not the same as zero or an empty string.", "discard_changes": "Discard Changes", diff --git a/mathesar_ui/src/systems/data-explorer/exploration-inspector/CellTab.svelte b/mathesar_ui/src/systems/data-explorer/exploration-inspector/CellTab.svelte index 9230e4025a..a6a38a4f3b 100644 --- a/mathesar_ui/src/systems/data-explorer/exploration-inspector/CellTab.svelte +++ b/mathesar_ui/src/systems/data-explorer/exploration-inspector/CellTab.svelte @@ -4,7 +4,7 @@ * * NOTICE: There is some code duplication between this file and * `CellMode.svelte` used for the table view. It might be good to resolve this - * duplication at some point. In the mean time, be mindful of propagating + * duplication at some point. In the meantime, be mindful of propagating * changes to both files as necessary. */ import { _ } from 'svelte-i18n'; diff --git a/mathesar_ui/src/systems/table-view/table-inspector/cell/CellMode.svelte b/mathesar_ui/src/systems/table-view/table-inspector/cell/CellMode.svelte index ccdf741739..cb7a00bfd4 100644 --- a/mathesar_ui/src/systems/table-view/table-inspector/cell/CellMode.svelte +++ b/mathesar_ui/src/systems/table-view/table-inspector/cell/CellMode.svelte @@ -4,7 +4,7 @@ * * NOTICE: There is some code duplication between this file and * `CellTab.svelte` used for the data explorer. It might be good to resolve - * this duplication at some point. In the mean time, be mindful of propagating + * this duplication at some point. In the meantime, be mindful of propagating * changes to both files as necessary. */ import { _ } from 'svelte-i18n';