| Index: ui/file_manager/file_manager/foreground/elements/files_quick_view.html
|
| diff --git a/ui/file_manager/file_manager/foreground/elements/files_quick_view.html b/ui/file_manager/file_manager/foreground/elements/files_quick_view.html
|
| index a70e66cd0b2f5b63d1a1a1821387408028bd4485..c0c6bfd227263b2c4372aa21e5bfb478de205ab8 100644
|
| --- a/ui/file_manager/file_manager/foreground/elements/files_quick_view.html
|
| +++ b/ui/file_manager/file_manager/foreground/elements/files_quick_view.html
|
| @@ -40,7 +40,7 @@
|
| <files-safe-media hidden="[[!contentUrl]]" type="image" class="content no-close-on-click" src="[[contentUrl]]"></files-safe-media>
|
| <template is="dom-if" if="[[!contentUrl]]">
|
| <div generic-thumbnail="image"></div>
|
| - <div class="no-preivew">[[noPreviewText]]</div>
|
| + <div class="no-preview">[[noPreviewText]]</div>
|
| </template>
|
| </template>
|
| <!-- Video -->
|
| @@ -66,7 +66,7 @@
|
| <template is="dom-if" if="[[isAudio_(type)]]">
|
| <template is="dom-if" if="[[!contentUrl]]">
|
| <div generic-thumbnail="audio"></div>
|
| - <div class="no-preivew">[[noPlaybackText]]</div>
|
| + <div class="no-preview">[[noPlaybackText]]</div>
|
| </template>
|
| </template>
|
| <div hidden="[[!isUnsupported_(type, browsable)]]">
|
|
|