Chromium Code Reviews| Index: remoting/webapp/me2mom/choice.html |
| diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html |
| index 5b6c73ad1f4bbbf7f591e1074fc66d66f33a0459..b92063cc84aba1e664d6ddd2253393267154479b 100644 |
| --- a/remoting/webapp/me2mom/choice.html |
| +++ b/remoting/webapp/me2mom/choice.html |
| @@ -234,7 +234,7 @@ found in the LICENSE file. |
| </div> <!-- client.unconnected --> |
| <div data-ui-mode="client.connecting" class="message" |
| - i18n-content="VERIFYING_CODE"> |
| + i18n-content="MESSAGE_CONNECTING"> |
| </div> <!-- client.connecting --> |
| <div data-ui-mode="client.connect-failed" |
| @@ -246,7 +246,7 @@ found in the LICENSE file. |
| class="message" i18n-content="MESSAGE_SESSION_FINISHED"> |
| </div> <!-- client.session-finished --> |
| - <div data-ui-mode="client.connect-failed client.session-finished" |
| + <div data-ui-mode="client.connect-failed.it2me client.session-finished.it2me" |
|
Jamie
2011/11/30 21:23:43
Don't show this button for Me2Me. For technical re
|
| class="centered-button"> |
| <button type="button" |
| class="big-button" |