Browse Source

Merge pull request #4034 from nextcloud/bugfix/noid/fix-translation

Fix translation
pull/4036/head
Joas Schilling 5 years ago
committed by GitHub
parent
commit
dd8fcdbd72
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/TopBar/TopBar.vue

2
src/components/TopBar/TopBar.vue

@ -241,7 +241,7 @@ export default {
},
layoutHintText() {
return t('Spreed', `Too many videos to fit in the window. Maximize the window or switch to 'promoted view' for a better experience.`)
return t('Spreed', 'Too many videos to fit in the window. Maximize the window or switch to "promoted view" for a better experience.')
},
isFileConversation() {
return this.conversation.objectType === 'file' && this.conversation.objectId

Loading…
Cancel
Save