diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-08-07 12:37:17 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-08-07 12:37:17 +0900 |
| commit | d4f7058574e414fc0937373b47d50c42856bcd1b (patch) | |
| tree | 33ae5022a00392bf23b4f9cbf53e41e6b22233bc /src/client | |
| parent | Merge pull request #2114 from gutfuckllc/devel (diff) | |
| download | sharkey-d4f7058574e414fc0937373b47d50c42856bcd1b.tar.gz sharkey-d4f7058574e414fc0937373b47d50c42856bcd1b.tar.bz2 sharkey-d4f7058574e414fc0937373b47d50c42856bcd1b.zip | |
:pizza:
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/common/views/widgets/server.disk.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/widgets/server.disk.vue b/src/client/app/common/views/widgets/server.disk.vue index 5c7e9678de..99ce624051 100644 --- a/src/client/app/common/views/widgets/server.disk.vue +++ b/src/client/app/common/views/widgets/server.disk.vue @@ -4,7 +4,7 @@ <div> <p>%fa:R hdd%Storage</p> <p>Total: {{ total | bytes(1) }}</p> - <p>Available: {{ available | bytes(1) }}</p> + <p>Free: {{ available | bytes(1) }}</p> <p>Used: {{ used | bytes(1) }}</p> </div> </div> |