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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-07-24 13:20:54 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-07-25 09:18:30 +0300
commit8376232b1c947ab642d3694896b4ba28ae37243e (patch)
tree8ce43885a8e132868b45da8594d448052806fdfb /src
parent147b408b7608b7af4cce6ebe391ed44fca74bb3c (diff)
l10n: Separate words
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/Menu/MenuBar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Menu/MenuBar.vue b/src/components/Menu/MenuBar.vue
index 20fc084c0..baac9df78 100644
--- a/src/components/Menu/MenuBar.vue
+++ b/src/components/Menu/MenuBar.vue
@@ -25,7 +25,7 @@
<div class="text-menubar"
data-text-el="menubar"
role="menubar"
- :aria-label="t('text', 'Formatting menubar')"
+ :aria-label="t('text', 'Formatting menu bar')"
:class="{
'text-menubar--ready': isReady,
'text-menubar--show': isVisible,