diff --git a/dashboard/src/components/AppInstallDialog.vue b/dashboard/src/components/AppInstallDialog.vue
index 4683b6dac..e4dca11b8 100644
--- a/dashboard/src/components/AppInstallDialog.vue
+++ b/dashboard/src/components/AppInstallDialog.vue
@@ -295,7 +295,7 @@ defineExpose({
![]()
{{ manifest.title }}
{{ $t('app.updates.info.packageVersion') }} {{ app.manifest.version }}
-
{{ manifest.title }} Version {{ app.manifest.upstreamVersion }}
+
{{ manifest.title }} version {{ app.manifest.upstreamVersion }}
{{ $t('appstore.installDialog.memoryRequirement', { size: prettyBinarySize(manifest.memoryLimit || (256 * 1024 * 1024)) }) }}
{{ $t('appstore.installDialog.lastUpdated', { date: prettyDate(app.creationDate) }) }}