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
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-07-17 17:40:03 +0300
committerJulius Härtl <jus@bitgrid.net>2019-07-17 17:40:03 +0300
commite71f69671591fa16926b0d2306b978c3fe19421f (patch)
treed300f698a244115c113564442624099db74b5877 /src/components/MenuBar.vue
parentf965f9a18c76414282ed7abd1b371cf27b078303 (diff)
Add translations for menu bar and ignore js folder
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'src/components/MenuBar.vue')
-rw-r--r--src/components/MenuBar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/MenuBar.vue b/src/components/MenuBar.vue
index 06d162ccf..bacbe04ed 100644
--- a/src/components/MenuBar.vue
+++ b/src/components/MenuBar.vue
@@ -132,7 +132,7 @@ export default {
return this.icons
}
return [...this.icons, {
- label: 'Insert image',
+ label: t('text', 'Insert image'),
class: 'icon-image',
isActive: () => {
},