diff --git a/src/components/StepShow.vue b/src/components/StepShow.vue index 2a9e8eb1..5d9f6988 100644 --- a/src/components/StepShow.vue +++ b/src/components/StepShow.vue @@ -248,7 +248,7 @@ const getNotes = (text, type) => { {{ - $t('stepDetail.androidOptions.network.airPlaneMode') + $t('stepDetail.label.androidOptions.network.airPlaneMode') }}{{ step.content === 'true' ? $t('stepDetail.open') : $t('stepDetail.close') @@ -256,7 +256,7 @@ const getNotes = (text, type) => { {{ - $t('stepDetail.androidOptions.network.wifiMode') + $t('stepDetail.label.androidOptions.network.wifiMode') }}{{ step.content === 'true' ? $t('stepDetail.open') : $t('stepDetail.close') @@ -264,7 +264,7 @@ const getNotes = (text, type) => { {{ - $t('stepDetail.androidOptions.network.locationMode') + $t('stepDetail.label.androidOptions.network.locationMode') }}{{ step.content === 'true' ? $t('stepDetail.open') : $t('stepDetail.close') @@ -272,7 +272,7 @@ const getNotes = (text, type) => { {{ - $t('stepDetail.androidOptions.element.switchWindowMode') + $t('stepDetail.label.androidOptions.element.switchWindowMode') }}{{ step.content === 'true' @@ -282,7 +282,7 @@ const getNotes = (text, type) => { {{ - $t('stepDetail.androidOptions.element.switchIgnoreMode') + $t('stepDetail.label.androidOptions.element.switchIgnoreMode') }}{{ step.content === 'true' @@ -292,7 +292,7 @@ const getNotes = (text, type) => { {{ - $t('stepDetail.androidOptions.element.switchVisibleMode') + $t('stepDetail.label.androidOptions.element.switchVisibleMode') }}{{ step.content === 'true' ? $t('stepDetail.display') : $t('stepDetail.hide') @@ -414,7 +414,7 @@ const getNotes = (text, type) => { {{ $t('stepDetail.switch.webview') }} - {{ $t('stepDetail.webviewName') }}:{{ step.content }} + {{ $t('stepDetail.WebviewName') }}:{{ step.content }} {{