From e6db4a51d14c83f585ffc1d608057912a20cec43 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 12 Apr 2026 21:13:00 +0300 Subject: [PATCH] client/about dialog: update the version format --- apps/client/src/translations/en/translation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/translations/en/translation.json b/apps/client/src/translations/en/translation.json index 43b99652e4..17a283b09d 100644 --- a/apps/client/src/translations/en/translation.json +++ b/apps/client/src/translations/en/translation.json @@ -1,8 +1,8 @@ { "about": { "version_label": "Version:", - "version": "app: {{appVersion}}, database: {{dbVersion}}, sync protocol: {{syncVersion}}", - "build_info": "{{buildDate}}, revision: ", + "version": "{{appVersion}} (database: {{dbVersion}}, sync protocol: {{syncVersion}})", + "build_info": "Build: {{buildDate}}, revision: ", "contributors_label": "Contributors:", "contributor_roles": { "lead-dev": "lead developer",