|
|
@@ -8,7 +8,7 @@ import { useMediaQuery } from '@/hooks/useMediaQuery';
|
|
|
import { catTabLabel } from './catTabLabel';
|
|
|
import { sanitizePath, normalizePath } from './uriPath';
|
|
|
|
|
|
-const REMARK_MODELS: Record<string, string> = { i: 'Inbound', e: 'Email', o: 'Other' };
|
|
|
+const REMARK_MODELS: Record<string, string> = { i: 'Inbound', e: 'Email', o: 'External Proxy' };
|
|
|
const REMARK_SAMPLES: Record<string, string> = { i: 'Germany', e: 'john', o: 'Relay' };
|
|
|
const REMARK_SEPARATORS = [' ', '-', '_', '@', ':', '~', '|', ',', '.', '/'];
|
|
|
|