Better text

This commit is contained in:
syuilo 2018-10-25 11:35:55 +09:00
parent 7dde3465e2
commit 2724d74108
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 2 additions and 5 deletions

View file

@ -962,7 +962,7 @@ desktop/views/components/settings.apps.vue:
no-apps: "連携しているアプリケーションはありません" no-apps: "連携しているアプリケーションはありません"
common/views/components/drive-settings.vue: common/views/components/drive-settings.vue:
max: "" max: "容量"
in-use: "使用中" in-use: "使用中"
stats: "統計" stats: "統計"

View file

@ -4,7 +4,7 @@
<section v-if="!fetching" class="juakhbxthdewydyreaphkepoxgxvfogn"> <section v-if="!fetching" class="juakhbxthdewydyreaphkepoxgxvfogn">
<div class="meter"><div :style="meterStyle"></div></div> <div class="meter"><div :style="meterStyle"></div></div>
<p><b>{{ capacity | bytes }}</b>%i18n:@max%<b>{{ usage | bytes }}</b>%i18n:@in-use%</p> <p>%i18n:@max%: <b>{{ capacity | bytes }}</b> %i18n:@in-use%: <b>{{ usage | bytes }}</b></p>
</section> </section>
<section> <section>
@ -168,7 +168,4 @@ export default Vue.extend({
> p > p
margin 0 margin 0
> b
margin 0 8px
</style> </style>