fix(i18n): remove invalid i18n key usage

This commit is contained in:
Slinetrac 2025-12-27 09:24:15 +08:00
parent bfb18cf003
commit b53f54f3f4
No known key found for this signature in database

View File

@ -174,9 +174,7 @@ export const ClashPortViewer = forwardRef<ClashPortViewerRef>((_, ref) => {
return;
}
} catch (error) {
showNotice.error("settings.modals.clashPort.messages.portCheckFailed", {
error,
});
showNotice.error(error);
return;
}
}