From 035e0eaf322307fc45b9a00210a38eaa4a7a73dc Mon Sep 17 00:00:00 2001 From: Jason Song Date: Wed, 6 Jul 2022 09:09:41 +0800 Subject: [PATCH] Update apollo-portal/src/main/resources/static/i18n/en.json --- apollo-portal/src/main/resources/static/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apollo-portal/src/main/resources/static/i18n/en.json b/apollo-portal/src/main/resources/static/i18n/en.json index 01faaab2bcb..de2a646eb5b 100644 --- a/apollo-portal/src/main/resources/static/i18n/en.json +++ b/apollo-portal/src/main/resources/static/i18n/en.json @@ -593,7 +593,7 @@ "Open.Manage.AppNotCreated": "App('{{appId}}') does not exist, please create it first", "Open.Manage.GrantSuccessfully": "Authorize Successfully", "Open.Manage.GrantFailed": "Failed to authorize", - "Open.Manage.ViewAndGrantPermission": "GrantPermission", + "Open.Manage.ViewAndGrantPermission": "Grant Permission", "Open.Manage.DeleteConsumer.Confirm": "You are deleting a third-party app with AppId={{toOperationConsumer.appId}},AppName={{toOperationConsumer.name}},
Are you sure you want to delete?", "Open.Manage.DeleteConsumer.Success": "Third-party app deleted successfully", "Open.Manage.DeleteConsumer.Error": "Third-party app deletion failed",