diff options
| author | wakarimasen <wakarimasen@airmail.cc> | 2017-03-05 14:34:14 +0100 |
|---|---|---|
| committer | wakarimasen <wakarimasen@airmail.cc> | 2017-03-05 14:34:14 +0100 |
| commit | c921662036fe39f5146d5a36b4b018af3cfc2635 (patch) | |
| tree | a5afbde367b54d81f321dbd15cbf5d70d6ac60cb /src/components/settings | |
| parent | 6bcbed38d0952a332a900a615bfe8c7a553e8fc4 (diff) | |
Add inConversation prop to status
Diffstat (limited to 'src/components/settings')
| -rw-r--r-- | src/components/settings/settings.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/settings/settings.vue b/src/components/settings/settings.vue index cebf62f7..478d761a 100644 --- a/src/components/settings/settings.vue +++ b/src/components/settings/settings.vue @@ -13,7 +13,7 @@ <ul class="setting-list"> <li> <input type="checkbox" id="hideAttachments" v-model="hideAttachmentsLocal"> - <label for="hideAttachments">Hide attachments on timeline</label> + <label for="hideAttachments">Hide attachments in timeline</label> </li> <li> <input type="checkbox" id="hideAttachmentsInConv" v-model="hideAttachmentsInConvLocal"> |
