diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-25 11:35:55 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-25 11:35:55 +0900 |
| commit | 2724d74108becc66476f3e591bb559535c543ea0 (patch) | |
| tree | 523a7c964ff41b70c1ee66559c664a7ae8cdb39b /src | |
| parent | Improve drive information (diff) | |
| download | misskey-2724d74108becc66476f3e591bb559535c543ea0.tar.gz misskey-2724d74108becc66476f3e591bb559535c543ea0.tar.bz2 misskey-2724d74108becc66476f3e591bb559535c543ea0.zip | |
Better text
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/common/views/components/drive-settings.vue | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/client/app/common/views/components/drive-settings.vue b/src/client/app/common/views/components/drive-settings.vue index 1e376e8794..3b45a68730 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 @@ <section v-if="!fetching" class="juakhbxthdewydyreaphkepoxgxvfogn"> <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> @@ -168,7 +168,4 @@ export default Vue.extend({ > p margin 0 - > b - margin 0 8px - </style> |