From 99d7dce4351280ceb94bfeb13ec29a357b4244df Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Thu, 12 Dec 2019 10:42:29 +0000 Subject: [PATCH] Fix typo --- backend-php/include/lang/en/texts.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend-php/include/lang/en/texts.php b/backend-php/include/lang/en/texts.php index 677ed3d..476927f 100644 --- a/backend-php/include/lang/en/texts.php +++ b/backend-php/include/lang/en/texts.php @@ -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!';