summaryrefslogtreecommitdiff
path: root/src/web/app
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2018-03-03 11:13:28 +0900
committerGitHub <noreply@github.com>2018-03-03 11:13:28 +0900
commit818bdc09bef1b2af7761b86b5ad2ec9e167f16e4 (patch)
tree8f45bf776f9d721c61bff654d48157f8a48b87f5 /src/web/app
parentv3935 (diff)
downloadsharkey-818bdc09bef1b2af7761b86b5ad2ec9e167f16e4.tar.gz
sharkey-818bdc09bef1b2af7761b86b5ad2ec9e167f16e4.tar.bz2
sharkey-818bdc09bef1b2af7761b86b5ad2ec9e167f16e4.zip
Update settings.vue
Diffstat (limited to 'src/web/app')
-rw-r--r--src/web/app/desktop/views/components/settings.vue7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/web/app/desktop/views/components/settings.vue b/src/web/app/desktop/views/components/settings.vue
index 6f0461bc2c..e07f060e11 100644
--- a/src/web/app/desktop/views/components/settings.vue
+++ b/src/web/app/desktop/views/components/settings.vue
@@ -37,13 +37,16 @@
<el-option label="en-US" value="en"/>
</el-option-group>
</el-select>
+ <div class="none ui info">
+ <p>%fa:inffo-circle%変更はページの再度読み込み後に反映されます。</p>
+ </div>
</section>
<section class="web" v-show="page == 'web'">
<h1>キャッシュ</h1>
<button class="ui button" @click="clean">クリーンアップ</button>
- <div class="none ui info">
- <p>%fa:info-circle%クリーンアップを行うと、ブラウザに記憶されたアカウント情報のキャッシュ、書きかけの投稿・返信・メッセージ、およびその他のデータ(設定情報含む)が削除されます。クリーンアップを行った後はページを再度読み込みする必要があります。</p>
+ <div class="none ui info warn">
+ <p>%fa:exclamation-triangle%クリーンアップを行うと、ブラウザに記憶されたアカウント情報のキャッシュ、書きかけの投稿・返信・メッセージ、およびその他のデータ(設定情報含む)が削除されます。クリーンアップを行った後はページを再度読み込みする必要があります。</p>
</div>
</section>