From 8a5a175f2cf5f212a2423b14b29825962e9ff204 Mon Sep 17 00:00:00 2001 From: reneeteng Date: Thu, 12 Mar 2020 16:22:47 +0800 Subject: [PATCH] * Updated compile lang file. --- module/compile/lang/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/compile/lang/en.php b/module/compile/lang/en.php index d05829ecde..0b0dbb8d0b 100644 --- a/module/compile/lang/en.php +++ b/module/compile/lang/en.php @@ -10,7 +10,7 @@ $lang->compile->time = 'Time'; $lang->compile->statusList['success'] = 'Done'; $lang->compile->statusList['failure'] = 'Failed'; -$lang->compile->statusList['created'] = 'Create'; +$lang->compile->statusList['created'] = 'Created'; $lang->compile->statusList['building'] = 'Creating'; $lang->compile->statusList['create_fail'] = 'Failed to create'; $lang->compile->statusList['timeout'] = 'Timeout';