mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 07:26:36 +02:00
client/about dialog: update the version format
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"about": {
|
||||
"version_label": "Version:",
|
||||
"version": "app: {{appVersion}}, database: {{dbVersion}}, sync protocol: {{syncVersion}}",
|
||||
"build_info": "{{buildDate}}, revision: <buildRevision />",
|
||||
"version": "{{appVersion}} (database: {{dbVersion}}, sync protocol: {{syncVersion}})",
|
||||
"build_info": "Build: {{buildDate}}, revision: <buildRevision />",
|
||||
"contributors_label": "Contributors:",
|
||||
"contributor_roles": {
|
||||
"lead-dev": "lead developer",
|
||||
|
||||
Reference in New Issue
Block a user