Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/LeftSidebar/LeftSidebar.vue')
-rw-r--r--src/components/LeftSidebar/LeftSidebar.vue4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/LeftSidebar/LeftSidebar.vue b/src/components/LeftSidebar/LeftSidebar.vue
index 1bbdb5420..8f4aee746 100644
--- a/src/components/LeftSidebar/LeftSidebar.vue
+++ b/src/components/LeftSidebar/LeftSidebar.vue
@@ -20,7 +20,9 @@
-->
<template>
- <AppNavigation>
+ <AppNavigation
+ :aria-label="t('spreed', 'Conversation list')"
+ :toggle-aria-label="t('spreed', 'Toggle conversations list')">
<div class="new-conversation">
<SearchBox
v-model="searchText"