From aa89404e7769ec48495a27ba2b11a7a90377af12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Thu, 5 May 2022 19:01:10 +0200 Subject: [PATCH] :pencil2: Update copy --- packages/editor-ui/src/plugins/i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json index 11d1cf2cc4..19366e8180 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/editor-ui/src/plugins/i18n/locales/en.json @@ -412,7 +412,7 @@ "nodeSettings.waitBetweenTries.description": "How long to wait between each attempt (in milliseconds)", "nodeSettings.waitBetweenTries.displayName": "Wait Between Tries (ms)", "nodeSettings.youCanUseTheHttpRequestNode": "You can use the HTTP Request node to make a custom API call with your {nodeTypeDisplayName} credential. Learn more", - "nodeSettings.scopes": "Your {activeCredential} credential has access to the following scope:
{scopes} | Your {activeCredential} credential has access to the following scopes:
{scopes}", + "nodeSettings.scopes": "{activeCredential} credential has access to the following scope:
{scopes} | {activeCredential} credential has access to the following scopes:
{scopes}", "nodeView.addNode": "Add node", "nodeView.addSticky": "Click to add sticky note", "nodeView.confirmMessage.beforeRouteLeave.cancelButtonText": "Leave without saving",