diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-14 18:53:02 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-14 18:53:02 +0900 |
| commit | c5e9b69eb3b235e9828371affe0d8d88a780d096 (patch) | |
| tree | 4656295d2fe9f37216a891694c76bd10fb22dfa3 /src/client/app/mobile/views/pages/settings | |
| parent | wip (diff) | |
| download | misskey-c5e9b69eb3b235e9828371affe0d8d88a780d096.tar.gz misskey-c5e9b69eb3b235e9828371affe0d8d88a780d096.tar.bz2 misskey-c5e9b69eb3b235e9828371affe0d8d88a780d096.zip | |
wip
Diffstat (limited to 'src/client/app/mobile/views/pages/settings')
| -rw-r--r-- | src/client/app/mobile/views/pages/settings/settings.profile.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/mobile/views/pages/settings/settings.profile.vue b/src/client/app/mobile/views/pages/settings/settings.profile.vue index de891b5736..64adac01e6 100644 --- a/src/client/app/mobile/views/pages/settings/settings.profile.vue +++ b/src/client/app/mobile/views/pages/settings/settings.profile.vue @@ -29,12 +29,12 @@ <ui-input type="file" @change="onAvatarChange"> <span>%i18n:@avatar%</span> - <span slot="prefix">%fa:picture-o%</span> + <span slot="icon">%fa:image%</span> </ui-input> <ui-input type="file" @change="onBannerChange"> <span>%i18n:@banner%</span> - <span slot="prefix">%fa:picture-o%</span> + <span slot="icon">%fa:image%</span> </ui-input> <ui-switch v-model="isCat">%i18n:@is-cat%</ui-switch> |