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

Unified Diff: remoting/webapp/crd/html/dialog_client_session_finished.html

Issue 1054273002: [Webapp Refactor] Implements remoting.Activity. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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: remoting/webapp/crd/html/dialog_client_session_finished.html
diff --git a/remoting/webapp/crd/html/dialog_client_session_finished.html b/remoting/webapp/crd/html/dialog_client_session_finished.html
index 1ad126ad98f52f3cc561975b42e412914fd42ee2..003d7ee6ccf7311970c3b97470ad03bd91a43cd1 100644
--- a/remoting/webapp/crd/html/dialog_client_session_finished.html
+++ b/remoting/webapp/crd/html/dialog_client_session_finished.html
@@ -20,11 +20,11 @@ found in the LICENSE file.
class="button-row">
<button id="client-reconnect-button"
type="button"
- i18n-content="RETRY"
- autofocus="autofocus">
+ i18n-content="RECONNECT">
kelvinp 2015/04/02 23:28:09 In today's code, we always change the label to REC
</button>
<button id="client-finished-me2me-button"
type="button"
- i18n-content="CANCEL">
+ autofocus="autofocus"
+ i18n-content="OK">
</button>
</div> <!-- connect-failed.me2me session-finished.me2me -->

Powered by Google App Engine
This is Rietveld 408576698