Chromium Code Reviews| Index: remoting/webapp/crd/html/dialog_host.html |
| diff --git a/remoting/webapp/crd/html/dialog_host.html b/remoting/webapp/crd/html/dialog_host.html |
| index 7e054722cfd751f05180ddfcc6d6bd514f7ca3dc..adc752ae5122c037f3c6080d4c11c5d744830f7e 100644 |
| --- a/remoting/webapp/crd/html/dialog_host.html |
| +++ b/remoting/webapp/crd/html/dialog_host.html |
| @@ -64,4 +64,9 @@ found in the LICENSE file. |
| <button id="cancel-share-button" i18n-content="CANCEL"></button> |
| </div> |
| + <div data-ui-mode="home.host.waiting-for-accept"> |
| + <span i18n-content="INSTRUCTIONS_SHARE_PROMPT" |
| + i18n-value-name-1="SHARE_CONFIRM_DIALOG_CONFIRM" ></span> |
|
Jamie
2016/10/31 18:16:00
Out of interest, why not re-use the HOME_SHARE_BUT
joedow
2016/10/31 18:21:36
This string should rely on the translation on the
|
| + </div> |
| + |
| </div> <!-- host dialog --> |