diff --git a/src/translation/en.json b/src/translation/en.json index 113673a7e..3c33796ad 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -139,7 +139,8 @@ "installAnywayAction": "Install anyway", "installAction": "Install", "doInstallAction": "Install {{ dnsOverwrite ? 'and overwrite DNS' : '' }}", - "cloudflarePortWarning": "Cloudflare proxying must be disabled for the app's domain to access this port" + "cloudflarePortWarning": "Cloudflare proxying must be disabled for the app's domain to access this port", + "titleAndVersion": "This app packages {{ title }} {{ version }}" }, "appNotFoundDialog": { "title": "App not found", diff --git a/src/views/appstore.html b/src/views/appstore.html index a2269de53..7540e254d 100644 --- a/src/views/appstore.html +++ b/src/views/appstore.html @@ -166,6 +166,7 @@
+

{{ 'appstore.installDialog.titleAndVersion' | tr:{ title: appInstall.app.manifest.title, version: appInstall.app.manifest.upstreamVersion } }}