You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by gu...@apache.org on 2022/06/01 14:16:08 UTC

[apisix-dashboard] branch master updated: fix: change "Route List" to "Routes" (#2453)

This is an automated email from the ASF dual-hosted git repository.

guoqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f67dafc fix: change "Route List" to "Routes" (#2453)
8f67dafc is described below

commit 8f67dafc94166cf9fe6843427276869b4dc2d27e
Author: Yeming Gu <37...@users.noreply.github.com>
AuthorDate: Wed Jun 1 22:16:00 2022 +0800

    fix: change "Route List" to "Routes" (#2453)
---
 web/src/pages/Route/locales/en-US.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/src/pages/Route/locales/en-US.ts b/web/src/pages/Route/locales/en-US.ts
index 0a5e6a0b..66136882 100644
--- a/web/src/pages/Route/locales/en-US.ts
+++ b/web/src/pages/Route/locales/en-US.ts
@@ -142,7 +142,7 @@ export default {
   'page.route.exportRoutesTips': 'Please choose the type of file you want to export',
   'page.route.button.importOpenApi': 'Import OpenAPI',
   'page.route.button.selectFile': 'Please Select File',
-  'page.route.list': 'Route List',
+  'page.route.list': 'Routes',
   'page.route.panelSection.title.requestOverride': 'Request Override',
   'page.route.form.itemLabel.headerRewrite': 'Header Override',
   'page.route.tooltip.pluginOrchOnlySupportChrome': 'Plugin orchestration only supports Chrome.',