Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Unified Diff: ui/file_manager/file_manager/foreground/elements/files_quick_view.html

Issue 2562023002: Fixed typo in quick view for a text to have proper margin. (Closed)
Patch Set: Rebased. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)]]">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698