summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authornico <nico@lifeisabug.com>2018-10-21 21:59:27 +0200
committersyuilo <Syuilotan@yahoo.co.jp>2018-10-22 04:59:27 +0900
commitc29f912461ba2ce9fc77f290e6e56633221a397b (patch)
tree1217c62bd6f243a50baab6d586981c05701bd8e9 /src
parent#2939 part 2 (#2975) (diff)
downloadsharkey-c29f912461ba2ce9fc77f290e6e56633221a397b.tar.gz
sharkey-c29f912461ba2ce9fc77f290e6e56633221a397b.tar.bz2
sharkey-c29f912461ba2ce9fc77f290e6e56633221a397b.zip
#2939 part 3 (#2976)
Diffstat (limited to 'src')
-rw-r--r--src/client/app/desktop/views/components/settings.drive.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/components/settings.drive.vue b/src/client/app/desktop/views/components/settings.drive.vue
index d254b27110..efe8636169 100644
--- a/src/client/app/desktop/views/components/settings.drive.vue
+++ b/src/client/app/desktop/views/components/settings.drive.vue
@@ -1,7 +1,7 @@
<template>
<div class="root">
<template v-if="!fetching">
- <p><b>{{ capacity | bytes }}</b>%i18n:max%<b>{{ usage | bytes }}</b>%i18n:in-use%</p>
+ <p><b>{{ capacity | bytes }}</b>%i18n:@max%<b>{{ usage | bytes }}</b>%i18n:@in-use%</p>
</template>
</div>
</template>