mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-28 07:14:40 +08:00
fix(i18n): remove invalid i18n key usage
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user