From 8d544d58af232e82c740cfcb271d20965020c133 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 21 May 2024 21:11:19 -0400 Subject: things --- src/web/lang/en_US/api_lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/web/lang/en_US/api_lang.php') diff --git a/src/web/lang/en_US/api_lang.php b/src/web/lang/en_US/api_lang.php index 3afc4f6..bc118dd 100644 --- a/src/web/lang/en_US/api_lang.php +++ b/src/web/lang/en_US/api_lang.php @@ -24,6 +24,7 @@ $lang['api_unique_value'] = '%s is not available (not unique)'; $lang['api_min_value'] = '%s length cannot be less than %s'; $lang['api_max_value'] = '%s length cannot exceed %s'; $lang['api_invalid_login'] = 'Invalid username or password'; +$lang['api_invalid_password'] = 'Invalid password'; $lang['api_unknown'] = 'An unknown error as occurred'; // toast messages -- cgit v1.2.3-freya