]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: zpool status detail: reuse existing translation
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 26 Feb 2021 08:15:26 +0000 (09:15 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 26 Feb 2021 08:15:29 +0000 (09:15 +0100)
this is not something one really questions when not there, so avoid
adding a extra overly specific translation as "No Data" fits quite
well..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/node/ZFS.js

index 749d7c9bfca73b153e9abed3af2b0e5e84e8e12b..06d48c8fc94793e41d68f7df863a94e0a9e7f6bc 100644 (file)
@@ -294,7 +294,7 @@ Ext.define('PVE.node.ZFSStatus', {
        me.rows = {
            scan: {
                header: gettext('Scan'),
-               defaultValue: gettext('No information available (Pool has not been scrubbed yet?)'),
+               defaultValue: gettext('No Data'),
            },
            status: {
                header: gettext('Status'),