mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Update Blank Referrer Text
I think this capitalization and spacing looks better after looking at it again.
This commit is contained in:
parent
b90b2b9bb2
commit
448a62d884
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ export const refFilter = (data, { domain, domainOnly, raw }) => {
|
|||
const cleanUrl = url => {
|
||||
try {
|
||||
if (url === '') {
|
||||
return 'direct/none';
|
||||
return 'Direct / None';
|
||||
}
|
||||
|
||||
const { hostname, origin, pathname, searchParams, protocol } = new URL(url);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue