Skip to content

Commit

Permalink
Fix misspelling of meantime
Browse files Browse the repository at this point in the history
  • Loading branch information
seancolsen committed Jan 5, 2024
1 parent 6dfc122 commit 97ae1c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mathesar_ui/src/i18n/languages/en/dict.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 97ae1c0

Please sign in to comment.