Fixup translation if disk info is not yet available

This commit is contained in:
Johannes Zellner
2020-11-23 16:47:09 +01:00
parent e438e8e9ac
commit 259d70c63e
2 changed files with 7 additions and 2 deletions

View File

@@ -662,7 +662,8 @@
"title": "Disk Usage",
"mountedAt": "{{ filesystem }} <small>mounted at</small> {{ mountpoint }}",
"usageInfo": "{{ available | prettyDiskSize }}</b> of <b>{{ size | prettyDiskSize }}</b> available",
"diskContent": "This {{ type }} disk contains"
"diskContent": "This {{ type }} disk contains",
"notAvailableYet": "Not available yet"
},
"systemMemory": {
"title": "System Memory",