diff --git a/src/common/lang/standardRegulationLibrary/en-us.js b/src/common/lang/standardRegulationLibrary/en-us.js
index 9e1f7ad..b7c1665 100644
--- a/src/common/lang/standardRegulationLibrary/en-us.js
+++ b/src/common/lang/standardRegulationLibrary/en-us.js
@@ -64,7 +64,7 @@ module.exports = {
listNumber: 'Regulation List No.',
listName: 'Regulation List Name',
countryRegion: 'Country/Region',
- drivingPosition: 'Driving Position',
+ drivingPosition: 'Port/Starboard',
author: 'Author',
exportName: 'List of market regulations',
listVersion: 'Version',
diff --git a/src/common/lang/standardRegulationLibrary/zh-cn.js b/src/common/lang/standardRegulationLibrary/zh-cn.js
index b1b7fcc..42b4c31 100644
--- a/src/common/lang/standardRegulationLibrary/zh-cn.js
+++ b/src/common/lang/standardRegulationLibrary/zh-cn.js
@@ -64,7 +64,7 @@ module.exports = {
listNumber: '清单编号',
listName: '清单名称',
countryRegion: '适用市场',
- drivingPosition: '驾驶位置',
+ drivingPosition: '左/右舵',
author: '作者',
exportName: '市场法规清单表',
listVersion: '清单版本',
diff --git a/src/components/selection/MarketRegulationsListSelectionModal.vue b/src/components/selection/MarketRegulationsListSelectionModal.vue
index e4c36be..5a30b07 100644
--- a/src/components/selection/MarketRegulationsListSelectionModal.vue
+++ b/src/components/selection/MarketRegulationsListSelectionModal.vue
@@ -47,7 +47,7 @@
-
+
{{ $t('standardRegulationLibrary.marketRegulationsList.listName') }}
{{ model.manifestName || global.emptyLine }}
-
+
{{ (isChinese() ? model.drivePosition_dictText : model.drivePosition_dictTextEn) || global.emptyLine }}
diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue
index d72f662..0cdb060 100644
--- a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue
+++ b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue
@@ -51,7 +51,7 @@
{{ $t('standardRegulationLibrary.marketRegulationsList.customNameLastText') }}
-
+
-
+