diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-10-14 14:46:49 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-14 14:46:49 +0200 |
commit | 9e9e53a3d68e634362fe2338a9afa8f8be87f587 (patch) | |
tree | a49f8e3d6d66daf205590aa74d234be3aa394745 /components/Tweaks | |
parent | 4fd9bc344d4a94fc081a43d19067e70ef494e4ae (diff) | |
parent | 1befe7fb3e911be08f6aac632b44f1badcf277e4 (diff) |
Merge pull request #110 from jwijenbergh/fix-spelling
Fix spelling of non-existant in filter settings
Diffstat (limited to 'components/Tweaks')
-rw-r--r-- | components/Tweaks/FilterPanel.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Tweaks/FilterPanel.tsx b/components/Tweaks/FilterPanel.tsx index ebe48a2..e375e31 100644 --- a/components/Tweaks/FilterPanel.tsx +++ b/components/Tweaks/FilterPanel.tsx @@ -143,7 +143,7 @@ const FilterPanel = (props: FilterPanelProps) => { ></Switch> </Flex> <Flex justifyContent="space-between"> - <Text>Non-existant nodes</Text> + <Text>Non-existent nodes</Text> <Switch onChange={() => { setTagColors({ ...tagColors, bad: 'white' }) |