From 2724d74108becc66476f3e591bb559535c543ea0 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 25 Oct 2018 11:35:55 +0900 Subject: [PATCH] Better text --- locales/ja-JP.yml | 2 +- src/client/app/common/views/components/drive-settings.vue | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 1b73a35b4..e0be056e4 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -962,7 +962,7 @@ desktop/views/components/settings.apps.vue: no-apps: "連携しているアプリケーションはありません" common/views/components/drive-settings.vue: - max: "中" + max: "容量" in-use: "使用中" stats: "統計" diff --git a/src/client/app/common/views/components/drive-settings.vue b/src/client/app/common/views/components/drive-settings.vue index 1e376e879..3b45a6873 100644 --- a/src/client/app/common/views/components/drive-settings.vue +++ b/src/client/app/common/views/components/drive-settings.vue @@ -4,7 +4,7 @@
-

{{ capacity | bytes }}%i18n:@max%{{ usage | bytes }}%i18n:@in-use%

+

%i18n:@max%: {{ capacity | bytes }} %i18n:@in-use%: {{ usage | bytes }}

@@ -168,7 +168,4 @@ export default Vue.extend({ > p margin 0 - > b - margin 0 8px -