diff options
| author | nico <nico@lifeisabug.com> | 2018-10-21 21:59:27 +0200 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-10-22 04:59:27 +0900 |
| commit | c29f912461ba2ce9fc77f290e6e56633221a397b (patch) | |
| tree | 1217c62bd6f243a50baab6d586981c05701bd8e9 /src | |
| parent | #2939 part 2 (#2975) (diff) | |
| download | sharkey-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.vue | 2 |
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> |