Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
구글 소셜 로그인 텍스트를 다시 한글로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed Jan 4, 2021
1 parent 5f88f84 commit bd74ecf
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion mobile/skin/social/social_login.skin.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<?php if( social_service_check('google') ) { //구글 로그인을 사용한다면 ?>
<a href="<?php echo $self_url;?>?provider=google&amp;url=<?php echo $urlencode;?>" class="sns-icon social_link sns-google" title="구글">
<span class="ico"></span>
<span class="txt"><i> Sign in with Google</i></span>
<span class="txt">구글<i> 로그인</i></span>
</a>
<?php } //end if ?>
<?php if( social_service_check('twitter') ) { //트위터 로그인을 사용한다면 ?>
Expand Down
2 changes: 1 addition & 1 deletion mobile/skin/social/social_outlogin.skin.1.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<?php if( social_service_check('google') ) { //구글 로그인을 사용한다면 ?>
<a href="<?php echo $self_url;?>?provider=google&amp;url=<?php echo $urlencode;?>" class="sns-icon social_link sns-google" title="구글">
<span class="ico"></span>
<span class="txt"><i> Sign in with Google</i></span>
<span class="txt">구글<i> 로그인</i></span>
</a>
<?php } //end if ?>
<?php if( social_service_check('twitter') ) { //트위터 로그인을 사용한다면 ?>
Expand Down
4 changes: 2 additions & 2 deletions mobile/skin/social/social_register.skin.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
<?php if( social_service_check('google') ) { //구글 로그인을 사용한다면 ?>
<a href="<?php echo $self_url;?>?provider=google&amp;url=<?php echo $urlencode;?>" class="sns-icon social_link sns-google" title="구글">
<span class="ico"></span>
<span class="txt"><i> Sign in with Google</i></span>
<span class="txt">구글<i> 로그인</i></span>
</a>
<?php } //end if ?>
<?php if( social_service_check('twitter') ) { //트위터 로그인을 사용한다면 ?>
<a href="<?php echo $self_url;?>?provider=twitter&amp;url=<?php echo $urlencode;?>" class="sns-icon social_link sns-twitter" title="트위터">
<span class="ico"></span>
<span class="txt">트위터+<i> 트위터</i></span>
<span class="txt">트위터<i> 트위터</i></span>
</a>
<?php } //end if ?>
<?php if( social_service_check('payco') ) { //페이코 로그인을 사용한다면 ?>
Expand Down
2 changes: 1 addition & 1 deletion skin/social/social_login.skin.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<?php if( social_service_check('google') ) { //구글 로그인을 사용한다면 ?>
<a href="<?php echo $self_url;?>?provider=google&amp;url=<?php echo $urlencode;?>" class="sns-icon social_link sns-google" title="구글">
<span class="ico"></span>
<span class="txt"><i> Sign in with Google</i></span>
<span class="txt">구글<i> 로그인</i></span>
</a>
<?php } //end if ?>
<?php if( social_service_check('twitter') ) { //트위터 로그인을 사용한다면 ?>
Expand Down
2 changes: 1 addition & 1 deletion skin/social/social_outlogin.skin.1.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<?php if( social_service_check('google') ) { //구글 로그인을 사용한다면 ?>
<a href="<?php echo $self_url;?>?provider=google&amp;url=<?php echo $urlencode;?>" class="sns-icon social_link sns-google" title="구글">
<span class="ico"></span>
<span class="txt"><i> Sign in with Google</i></span>
<span class="txt">구글<i> 로그인</i></span>
</a>
<?php } //end if ?>
<?php if( social_service_check('twitter') ) { //트위터 로그인을 사용한다면 ?>
Expand Down
2 changes: 1 addition & 1 deletion skin/social/social_register.skin.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<?php if( social_service_check('google') ) { //구글 로그인을 사용한다면 ?>
<a href="<?php echo $self_url;?>?provider=google&amp;url=<?php echo $urlencode;?>" class="sns-icon social_link sns-google" title="구글">
<span class="ico"></span>
<span class="txt">Sign in with Google</span>
<span class="txt">구글로 회원가입하기</span>
</a>
<?php } //end if ?>
<?php if( social_service_check('twitter') ) { //트위터 로그인을 사용한다면 ?>
Expand Down

0 comments on commit bd74ecf

Please sign in to comment.