diff --git a/dashboard/src/components/AppInstallDialog.vue b/dashboard/src/components/AppInstallDialog.vue index 566cee1a2..31f422301 100644 --- a/dashboard/src/components/AppInstallDialog.vue +++ b/dashboard/src/components/AppInstallDialog.vue @@ -215,10 +215,11 @@ defineExpose({
{{ manifest.title }}
-
{{ $t('appstore.installDialog.lastUpdated', { date: prettyDate(app.creationDate) }) }}
-
Version {{ app.manifest.upstreamVersion }} - Website
-
{{ $t('app.updates.info.packageVersion') }} {{ app.manifest.version }}
+
{{ $t('app.updates.info.packageVersion') }} {{ app.manifest.version }}
+
{{ manifest.title }} Version {{ app.manifest.upstreamVersion }}
+
{{ manifest.website }}
{{ $t('appstore.installDialog.memoryRequirement', { size: prettyBinarySize(manifest.memoryLimit || (256 * 1024 * 1024)) }) }}
+
{{ $t('appstore.installDialog.lastUpdated', { date: prettyDate(app.creationDate) }) }}