diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index d6a7c1a0..e1343e85 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -776,7 +776,7 @@ export default { }, neUser: { auth: { - authInfo:' Authentication Info', + authInfo:' Authentication of Info', neTypePlease: 'Query network element Object', neType: 'UDM Object', export: 'Export', @@ -791,7 +791,7 @@ export default { startIMSI: 'Start IMSI', batchAddText: 'Batch Add', batchDelText: 'Batch Delete', - numAdd: 'Number Of Authentication Profiles', + numAdd: 'Number of authentication profiles', numDel: 'Number of deleted', checkDel: 'Check Delete', imsiTip: 'IMSI=MCC+MNC+MSIN', @@ -819,7 +819,7 @@ export default { loadDataConfirm: 'Are you sure you want to reload the data?', loadData: 'Load Data', loadDataTip: 'Successfully fetched loaded data: {num} items, the system is internally updating the data, it will take about {timer} seconds, please wait!!!!!.', - numAdd: 'Number Of Subscriber Profiles', + numAdd: 'Number of subscriber profiles', numDel: 'Number of deleted', checkDel: 'Check Delete', batchAddText: 'Batch Add', diff --git a/src/views/neUser/auth/index.vue b/src/views/neUser/auth/index.vue index d8341d45..51987cc7 100644 --- a/src/views/neUser/auth/index.vue +++ b/src/views/neUser/auth/index.vue @@ -1059,7 +1059,7 @@ onMounted(() => { :label="t('views.neUser.auth.numAdd')" name="num" v-bind="modalStateFrom.validateInfos.num" - :label-col="{ span: 10 }" + :label-col="{ span: 16 }" :labelWrap="false" > { :label="t('views.neUser.sub.numAdd')" name="num" v-bind="modalStateFrom.validateInfos.num" - :label-col="{ span: 12 }" + :label-col="{ span: 16 }" :labelWrap="false" >