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

Unified Diff: chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html

Issue 2154203004: [Media Router WebUI] Update "Device missing?" messaging. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months 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
Index: chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html
diff --git a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html
index 9b303786bc018f13d7b5dd496072048ee74dfdd8..429757ee46f2238f1619bfd96e901f836530d39f 100644
--- a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html
+++ b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html
@@ -102,7 +102,7 @@
</paper-spinner>
<a href="[[deviceMissingUrl]]" target="_blank"
hidden$="[[!computeSpinnerHidden_(justOpened_)]]">
- [[i18n('deviceMissingText')]]
+ [[i18n('destinationMissingText')]]
</a>
</div>
<template is="dom-if" if="[[!computeSinkListHidden_(sinksToShow_)]]">
« no previous file with comments | « chrome/app/media_router_strings.grdp ('k') | chrome/browser/ui/webui/media_router/media_router_localized_strings_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698