fixed an issue with enabling tun and system proxy if profiles are missing

This commit is contained in:
coolcoala
2025-08-05 19:05:44 +03:00
parent d2d26cc822
commit ffd32426b5
4 changed files with 49 additions and 7 deletions

View File

@@ -296,7 +296,7 @@ export const ProfileViewer = forwardRef<ProfileViewerRef, Props>(
</Button>
{!isUrlValid && importUrl && (
<p className="text-sm text-destructive px-1">
{t("Please enter a valid URL")}
{t("Invalid Profile URL")}
</p>
)}
</div>