diff --git a/dashboard/public/translation/en.json b/dashboard/public/translation/en.json index 072c7ead7..bea21291d 100644 --- a/dashboard/public/translation/en.json +++ b/dashboard/public/translation/en.json @@ -1156,7 +1156,7 @@ "domainWellKnown": { "title": "Well-Known locations of {{ domain }}" }, - "tooltipWellKnown": "Set Well-Known Locations", + "tooltipWellKnown": "Well-Known Locations", "count": "Total domains: {{ count }}" }, "notifications": { @@ -1872,7 +1872,8 @@ "description": "This will uninstall the app and put the app's latest backup created at {{date}} in the App Archive." }, "updateAvailableTooltip": "Update available", - "configureTooltip": "Configure" + "configureTooltip": "Configure", + "forumAction": "Forum" }, "login": { "loginTo": "Login to", diff --git a/dashboard/src/components/PostInstallDialog.vue b/dashboard/src/components/PostInstallDialog.vue index 58bc6b611..e9e18403a 100644 --- a/dashboard/src/components/PostInstallDialog.vue +++ b/dashboard/src/components/PostInstallDialog.vue @@ -41,13 +41,14 @@ defineExpose({

{{ app.manifest.title }}

{{ $t('app.appInfo.package') }} v{{ app.manifest.version }}
- {{ $t('app.docsAction') }} + {{ $t('app.docsAction') }} + - + {{ $t('app.forumAction') }}
-