summaryrefslogtreecommitdiffstats
path: root/src/components/LeftSidebar/ConversationsList/ConversationsList.vue
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-01-08 16:28:40 +0100
committerJoas Schilling <coding@schilljs.com>2020-01-08 16:28:40 +0100
commita951a4f5a9f4746abc996b901f7164bf322f5004 (patch)
tree4173748a060b38720313d4f934c0018674d8a1b8 /src/components/LeftSidebar/ConversationsList/ConversationsList.vue
parent1fb9c4d72239ee0f7121e4035e80c92a8a339a4c (diff)
Combine the empty sources for less "No results" messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/components/LeftSidebar/ConversationsList/ConversationsList.vue')
-rw-r--r--src/components/LeftSidebar/ConversationsList/ConversationsList.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/LeftSidebar/ConversationsList/ConversationsList.vue b/src/components/LeftSidebar/ConversationsList/ConversationsList.vue
index 02edc5a37..ca470df81 100644
--- a/src/components/LeftSidebar/ConversationsList/ConversationsList.vue
+++ b/src/components/LeftSidebar/ConversationsList/ConversationsList.vue
@@ -26,7 +26,7 @@
:key="item.id"
:item="item" />
<Hint v-if="searchText && !conversationsList.length"
- :hint="t('spreed', 'No search results')" />
+ :hint="t('spreed', 'No matches')" />
</ul>
</template>