From 262cd5a20fe401c230f9a0eb96608f96f6c79fae Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Sat, 27 Nov 2021 15:32:30 +0100 Subject: fix: change external black/whitelist names (#165) (#171) --- components/TagMenu.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/TagMenu.tsx') diff --git a/components/TagMenu.tsx b/components/TagMenu.tsx index 2a72e67..4841cbf 100644 --- a/components/TagMenu.tsx +++ b/components/TagMenu.tsx @@ -111,7 +111,7 @@ export const TagMenu = (props: TagMenuProps) => { }} icon={blacklist ? : } > - {blacklist ? 'Remove from blacklist' : 'Add to blacklist'} + {blacklist ? 'Remove from blocklist' : 'Add to blocklist'} )} {!blacklist && ( @@ -131,7 +131,7 @@ export const TagMenu = (props: TagMenuProps) => { }} icon={whitelist ? : } > - {whitelist ? 'Remove from whitelist' : 'Add to whitelist'} + {whitelist ? 'Remove from allowlist' : 'Add to allowlist'} )} -- cgit v1.2.3