Skip to content

Commit

Permalink
refs #1637 : change example URLs to example.com
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Feb 5, 2014
1 parent 24c6a34 commit 6b4b029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interface/login/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ function checkTextcubeVersion() {
<dt><label for="openid_identifier"><?php echo _text('관리자 계정과 연결된 오픈아이디');?></label></dt>
<dd>
<input type="text" class="input-text openid-identifier-login" id="openid_identifier" name="openid_identifier" value="<?php echo $cookie_openid; ?>" maxlength="256" />
<p class="example"><?php echo _text('예) textcube.idtail.com, textcube.myid.net'); ?></p>
<p class="example"><?php echo _text('예) textcube.example.com'); ?></p>
</dd>
</dl>
<dl id="openid-remember">
Expand Down
2 changes: 1 addition & 1 deletion interface/login/openid/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function TryAuthByRequest()
require_once(ROOT.'/framework/legacy/Textcube.Control.Openid.php');
require_once OPENID_LIBRARY_ROOT."Auth/Yadis/XRI.php";
if( Auth_Yadis_identifierScheme($openid) == 'URI' ) {
$errmsg = _text("오픈아이디에 도메인 부분이 없습니다. 예) textcube.idtail.com");
$errmsg = _text("오픈아이디에 도메인 부분이 없습니다. 예) textcube.example.com");
}
}
if( $errmsg ) {
Expand Down

0 comments on commit 6b4b029

Please sign in to comment.