このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
anoopmb
/
frappe
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
fix: better login message
version-14
Jannat Patel
3年前
親
2aa09c9033
コミット
5941f3c4ac
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
frappe/public/js/frappe/web_form/webform_script.js
+ 1
- 1
frappe/public/js/frappe/web_form/webform_script.js
ファイルの表示
@@ -27,7 +27,7 @@ frappe.ready(function() {
}
});
login_required.show();
login_required.set_message(__("You are not permitted to access this page."));
login_required.set_message(__("You are not permitted to access this page
without login
."));
}
function show_grid() {
書き込み
プレビュー
読み込み中…
キャンセル
保存