Commit 8ac4d7ff by Masaru Abe

#10474対応 認証エラーが日本語固定 汎用的に英語表記に置き換え

parent b22ce332
......@@ -347,7 +347,7 @@ function avwCheckLogin(option) {
var tags = '<div id="avw-auth-error">' +
'<div style="display:table; width:100%; height:100%;">' +
'<div style="display:table-cell; text-align:center; vertical-align:middle;">' +
'<p><h4>認証エラー</h4>ログインしてからご利用ください。</p>' +
'<p><h4>Authentication error</h4>Please use it after login.</p>' +
'<div><button id="avw-unauth-ok">OK</button></div>' +
'</div></div></div>';
$('body').prepend(tags);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment