diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts
index ac23fece8dc9..eaec0d784363 100644
--- a/frontend/src/lang/modules/en.ts
+++ b/frontend/src/lang/modules/en.ts
@@ -2218,8 +2218,6 @@ const message = {
extendHelper:
'Extensions that do not exist in the list can be selected after manual input, for example: input sockets, and then select the first one in the drop-down list,',
rebuildHelper: 'After editing the extension, you need to rebuild the PHP application to take effect',
- phpPluginHelper:
- 'View PHP extension list ',
rebuild: 'Rebuild PHP App',
source: 'PHP extension source',
ustc: 'University of Science and Technology of China',
diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts
index 429f45e8d255..2f359d8614a7 100644
--- a/frontend/src/lang/modules/tw.ts
+++ b/frontend/src/lang/modules/tw.ts
@@ -2061,8 +2061,6 @@ const message = {
edit: '編輯運行環境',
extendHelper: '列表中不存在的擴展,可以手動輸入之後選擇,例:輸入 sockets ,然後在下拉列表中選擇第一個',
rebuildHelper: '編輯擴展後需要【重建】PHP 應用之後才能生效',
- phpPluginHelper:
- "查看 PHP 擴展列表 ",
rebuild: '重建 PHP 應用',
source: 'PHP 擴展源',
ustc: '中國科學技術大學',
diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts
index 2f77743c3fd1..4c1fde1d08ba 100644
--- a/frontend/src/lang/modules/zh.ts
+++ b/frontend/src/lang/modules/zh.ts
@@ -2062,8 +2062,6 @@ const message = {
edit: '编辑运行环境',
extendHelper: '列表中不存在的扩展,可以手动输入之后选择,例:输入 sockets ,然后在下拉列表中选择第一个,',
rebuildHelper: '编辑扩展后需要【重建】PHP 应用之后才能生效',
- phpPluginHelper:
- "查看 PHP 扩展列表 ",
rebuild: '重建 PHP 应用',
source: 'PHP 扩展源',
ustc: '中国科学技术大学',
diff --git a/frontend/src/views/app-store/installed/index.vue b/frontend/src/views/app-store/installed/index.vue
index 8cd627c1d90b..7acf04457a46 100644
--- a/frontend/src/views/app-store/installed/index.vue
+++ b/frontend/src/views/app-store/installed/index.vue
@@ -248,6 +248,7 @@
v-if="mode === 'installed' && installed.status != 'Installing'"
>
{{ $t('runtime.extendHelper') }}
-
+
+ {{ $t('php.toExtensionsList') }}
+
diff --git a/frontend/src/views/website/runtime/php/extensions/operate/index.vue b/frontend/src/views/website/runtime/php/extensions/operate/index.vue
index 0f0c8551fd6a..1647bcd0ec41 100644
--- a/frontend/src/views/website/runtime/php/extensions/operate/index.vue
+++ b/frontend/src/views/website/runtime/php/extensions/operate/index.vue
@@ -20,9 +20,13 @@
v-model="extensions.extensions"
/>
-
+
{{ $t('php.toExtensionsList') }}
-
+
diff --git a/frontend/src/views/website/website/config/basic/anti-Leech/index.vue b/frontend/src/views/website/website/config/basic/anti-Leech/index.vue
index 3580c46c4956..6b4708401363 100644
--- a/frontend/src/views/website/website/config/basic/anti-Leech/index.vue
+++ b/frontend/src/views/website/website/config/basic/anti-Leech/index.vue
@@ -23,7 +23,7 @@
-
+