diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts
index e05ff3af0..5a67c3165 100644
--- a/frontend/src/lang/modules/en.ts
+++ b/frontend/src/lang/modules/en.ts
@@ -1463,12 +1463,12 @@ const message = {
certificatePath: 'Certificate file',
ipWhiteListHelper: 'The role of IP whitelist: all rules are invalid for IP whitelist',
redirect: 'redirect',
- sourceDomain: 'source domain name/path',
+ sourceDomain: 'Source domain',
targetURL: 'Target URL address',
- keepPath: 'Keep URI parameters',
+ keepPath: 'URI params',
path: 'path',
redirectType: 'redirection type',
- redirectWay: 'way',
+ redirectWay: 'Way',
keep: 'keep',
notKeep: 'Do not keep',
redirectRoot: 'Redirect to the homepage',
diff --git a/frontend/src/views/website/website/config/basic/redirect/index.vue b/frontend/src/views/website/website/config/basic/redirect/index.vue
index 74b4ec4b0..522c6a4d8 100644
--- a/frontend/src/views/website/website/config/basic/redirect/index.vue
+++ b/frontend/src/views/website/website/config/basic/redirect/index.vue
@@ -5,28 +5,28 @@
{{ $t('commons.button.create') + $t('website.redirect') }}
-
-
+
+
{{ row.domains.join(',') }}
{{ row.path }}
-
+
{{ $t('website.' + row.type) }}
{{ 404 }}
-
-
-
+
+
+
{{ row.keepPath ? $t('website.keep') : $t('website.notKeep') }}
-
+
{{ $t('commons.status.running') }}
@@ -38,7 +38,7 @@