Variable: DEFAULT_SITE_NAME
constDEFAULT_SITE_NAME:"Unnamed Site"
Defined in: shared/constants/sites.ts:18
Default site name when none is supplied by the user.
Remarksโ
Keeping this value in the shared layer ensures both Electron and renderer code paths stay aligned without duplicating fallback strings.