diff --git a/frontend/src/views/app-store/installed/index.vue b/frontend/src/views/app-store/installed/index.vue index 22f959e3d..a36a830e0 100644 --- a/frontend/src/views/app-store/installed/index.vue +++ b/frontend/src/views/app-store/installed/index.vue @@ -237,17 +237,20 @@ plain size="small" > - {{ $t('app.busPort') }}{{ $t('commons.colon') + {{ $t('commons.table.port') }}{{ $t('commons.colon') }}{{ installed.httpPort }} - {{ $t('app.busPort') }}:{{ installed.httpsPort }} + {{ $t('commons.table.port') }}:{{ installed.httpsPort }}