diff options
author | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-29 00:28:09 +0000 |
---|---|---|
committer | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-29 00:28:09 +0000 |
commit | 90ed2d02cd11b44ce49a10997bb39fc6139a5b88 (patch) | |
tree | 82aa63ed598914eb98856bd08bd1d94dff9bb0dc /remoting/webapp/main.html | |
parent | 0ce3e73704807ea6abef1830a8905fef18e14b89 (diff) | |
download | chromium_src-90ed2d02cd11b44ce49a10997bb39fc6139a5b88.zip chromium_src-90ed2d02cd11b44ce49a10997bb39fc6139a5b88.tar.gz chromium_src-90ed2d02cd11b44ce49a10997bb39fc6139a5b88.tar.bz2 |
Increase PIN minimum length to six digits.
BUG=134525
TEST=Manual
Review URL: https://chromiumcodereview.appspot.com/10676009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144844 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/main.html')
-rw-r--r-- | remoting/webapp/main.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html index a906565..00558245 100644 --- a/remoting/webapp/main.html +++ b/remoting/webapp/main.html @@ -221,7 +221,10 @@ found in the LICENSE file. <form id="ask-pin-form" data-ui-mode="home.host-setup.ask-pin" action=""> - <p class="message" i18n-content="HOST_SETUP_DIALOG_DESCRIPTION"></p> + <p class="message" + i18n-content="HOST_SETUP_DIALOG_DESCRIPTION" + i18n-value-1="<b>" + i18n-value-2="</b>"></p> <table id="set-pin-table"> <tr> <td class="table-label"> |