mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
8 lines
196 B
TypeScript
8 lines
196 B
TypeScript
// Auto-generated notification messages
|
|
// Do not edit manually
|
|
|
|
const notifications: Record<string, string> = {
|
|
"Sync_Certificate_Error_Error": "err.Error()",
|
|
};
|
|
|
|
export default notifications;
|