From cbefc04ac97b2cfaa99c0533a3ac4f85a85baad4 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Wed, 6 Dec 2023 19:30:21 +0800 Subject: [PATCH] fix: en locales --- src/i18n/locales/en-US.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 41d75715..029a0c9d 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -536,9 +536,9 @@ export default { addTitle: 'Adding Policy Control Information', updateTitle: '{imsi} Policy control information', startIMSI: 'Start IMSI', - batchAddText: 'Batch Addition', - batchDelText: 'Batch Deletion', - batchUpdateText: 'Batch Update', + batchAddText: 'Batch Add', + batchDelText: 'Batch Delete', + batchUpdateText: 'Batch Modify', batchNum: 'Number of batches', imsiTip: 'IMSI=MCC+MNC+MSIN', imsiTip1: 'MCC=Mobile Country Code, consisting of three digits.',