From 3461740c03ebe304a3b4e9eafff2c8f642721321 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 11 Feb 2022 15:22:48 +0800 Subject: [PATCH] 1 --- webapp/controller/BagController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/BagController.class.php b/webapp/controller/BagController.class.php index 359cf096..9aa42f0e 100644 --- a/webapp/controller/BagController.class.php +++ b/webapp/controller/BagController.class.php @@ -168,7 +168,7 @@ class BagController extends BaseAuthedController { } if ($nameService->nameUsed($name)){ $errCode = 5; - $errMsg = '名字已被占用'; + $errMsg = 'This name has been taken'; return; } $ret = $nameService->useName($name);