This commit is contained in:
Licaon_Kter 2019-12-12 10:42:29 +00:00 committed by GitHub
parent afc72551d8
commit 99d7dce435
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,8 @@ $LANG['share_adoption_not_allowed'] = 'The host of the given share does not perm
$LANG['incorrect_password'] = 'Incorrect password!';
$LANG['username_required'] = 'Username required!';
$LANG['share_too_long'] = 'Share period is too long!';
$LANG['interval_too_long'] = 'Ping interval is too long!';
$LANG['interval_too_short'] = 'Ping interval is too short!';
$LANG['interval_too_long'] = 'Update interval is too long!';
$LANG['interval_too_short'] = 'Update interval is too short!';
$LANG['share_mode_unsupported'] = 'Unsupported share mode!';
$LANG['group_pin_invalid'] = 'Invalid group PIN!';
$LANG['session_invalid'] = 'Invalid session!';