From b6459958f02b42a0c86bfca273e42f9f132d0c5a Mon Sep 17 00:00:00 2001 From: HWFord <54360213+HWFord@users.noreply.github.com> Date: Fri, 11 Jul 2025 07:55:35 +0200 Subject: [PATCH] relates #2377 fix typo --- language/en_UK/common.lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index a62397ed6..441599f9f 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -517,4 +517,4 @@ $lang['Edit API Key'] = 'Edit API Key'; $lang['Do you really want to revoke the "%s" API key?'] = 'Do you really want to revoke the "%s" API key?'; $lang['To manage your API keys, please log in with your username/password.'] = 'To manage your API keys, please log in with your username/password.'; $lang['3xlarge'] = '3XL - extra huge'; -$lang['4xlarge'] = '4XL - gigantique'; \ No newline at end of file +$lang['4xlarge'] = '4XL - gigantic';