From 97dd1d0f4f47c7bfffc8290a86fc96b8b39c53c2 Mon Sep 17 00:00:00 2001 From: Sam Machin Date: Tue, 22 Mar 2022 07:34:18 +0000 Subject: [PATCH] typo --- .../node_modules/@node-red/runtime/locales/en-US/runtime.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/node_modules/@node-red/runtime/locales/en-US/runtime.json b/packages/node_modules/@node-red/runtime/locales/en-US/runtime.json index 0704e2bdc..e72858e18 100644 --- a/packages/node_modules/@node-red/runtime/locales/en-US/runtime.json +++ b/packages/node_modules/@node-red/runtime/locales/en-US/runtime.json @@ -106,7 +106,7 @@ "not-registered": "Credential type '__type__' is not registered", "system-key-warning": "\n\n---------------------------------------------------------------------\nYour flow credentials file is encrypted using a system-generated key.\n\nIf the system-generated key is lost for any reason, your credentials\nfile will not be recoverable, you will have to delete it and re-enter\nyour credentials.\n\nYou should set your own key using the 'credentialSecret' option in\nyour settings file. Node-RED will then re-encrypt your credentials\nfile using your chosen key the next time you deploy a change.\n---------------------------------------------------------------------\n", "unencrypted" : "Using unecrypted credentials", - "encryptednotfound" : "Encrypted crededntials not found" + "encryptednotfound" : "Encrypted credentials not found" }, "flows": { "safe-mode": "Flows stopped in safe mode. Deploy to start.",