| Index: remoting/webapp/main.html
|
| diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html
|
| index 3fad92bb790014e093cfb50a5f4ddb3acd9e83f5..841beacd7c3d19939d0ec60727deaa087cce4573 100644
|
| --- a/remoting/webapp/main.html
|
| +++ b/remoting/webapp/main.html
|
| @@ -337,14 +337,14 @@ found in the LICENSE file.
|
|
|
| <div data-ui-mode="home.client.connect-failed.me2me home.client.session-finished.me2me"
|
| class="centered">
|
| - <button id="client-finished-me2me-button"
|
| + <button id="client-reconnect-button"
|
| type="button"
|
| - i18n-content="OK"
|
| + i18n-content="RECONNECT"
|
| autofocus="autofocus">
|
| </button>
|
| - <button id="client-reconnect-button"
|
| + <button id="client-finished-me2me-button"
|
| type="button"
|
| - i18n-content="RECONNECT">
|
| + i18n-content="CANCEL">
|
| </button>
|
| </div> <!-- connect-failed.me2me session-finished.me2me -->
|
|
|
|
|