PC 중복 로그인 알림 메시지 문구 변경.
This commit is contained in:
parent
3f61451be6
commit
023d75a476
|
@ -205,7 +205,7 @@ export class LoginPageComponent implements OnInit, OnDestroy {
|
|||
'accounts.results.doLogoutDuplicate',
|
||||
{
|
||||
ip: personLogout.ip,
|
||||
mac: personLogout.mac
|
||||
mac: personLogout.mac.replace(/:/g, '-')
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"results": {
|
||||
"changedPassword": "Password changed. Please log in again.",
|
||||
"doLogout": "You have been logged out.",
|
||||
"doLogoutDuplicate": "You logged in from another device.<br/> * Ip : {{ip}}<br/> * Mac : {{mac}}",
|
||||
"doLogoutDuplicate": "You are logged in with the same username elsewhere.<br/>Please check the contact information below.<br/><br/>[IP]: {{ip}}<br/>[MAC]: {{mac}}",
|
||||
"doLogoutByOthers": "Forced logout by user."
|
||||
},
|
||||
"errors": {
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"results": {
|
||||
"changedPassword": "비밀번호가 변경되었습니다. 다시 로그인하여 주십시오",
|
||||
"doLogout": "로그아웃 되었습니다.",
|
||||
"doLogoutDuplicate": "다른 디바이스에서 로그인하였습니다.<br/> * Ip : {{ip}}<br/> * Mac : {{mac}}",
|
||||
"doLogoutDuplicate": "다른 곳에서 같은 아이디로 로그인하였습니다.<br/>아래 상대방 접속 정보를 확인하세요.<br/><br/> [IP] : {{ip}}<br/>[MAC] : {{mac}}",
|
||||
"doLogoutByOthers": "사용자에 의해 강제로그아웃 하였습니다."
|
||||
},
|
||||
"errors": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user