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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|