mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-11 03:41:12 +00:00
17 lines
378 B
JavaScript
17 lines
378 B
JavaScript
var msg = '';
|
|
|
|
// registration_form.html
|
|
msg = gettext('Email can\'t be blank');
|
|
msg = gettext('Password can\'t be blank');
|
|
msg = gettext('Confirm password can\'t be blank');
|
|
msg = gettext('The two password fields did\'t match');
|
|
|
|
// login.html
|
|
msg = gettext('Email can\'t be blank');
|
|
msg = gettext('Password can\'t be blank');
|
|
msg = gettext('Incorrect email or password');
|
|
|
|
|
|
|
|
|