From 43f55a027bf92074763a9f6fd5e86afb392d7238 Mon Sep 17 00:00:00 2001 From: Izumi Chino <122081822+IzumiChino@users.noreply.github.com> Date: Mon, 8 Jan 2024 03:25:47 +0900 Subject: [PATCH] Update contesting_lang.php Corrected translation mistakes --- application/language/chinese_simplified/contesting_lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/language/chinese_simplified/contesting_lang.php b/application/language/chinese_simplified/contesting_lang.php index 20e4a64e..12c93bcb 100644 --- a/application/language/chinese_simplified/contesting_lang.php +++ b/application/language/chinese_simplified/contesting_lang.php @@ -3,7 +3,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['contesting_page_title'] = '竞赛日志'; -$lang['contesting_button_reset_contest_session'] = '重置竞赛会话'; +$lang['contesting_button_reset_contest_session'] = '重置竞赛'; $lang['contesting_operator_callsign'] = '操作员呼号'; $lang['contesting_exchange_type'] = '信息交换类型';