diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 778f566f55..953946e537 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -823,12 +823,10 @@
"concurrentMaintenancePowerOffDesc": "Use this function to power off the power domain that includes resources that are currently in a disk unit attention state.",
"concurrentMaintenancePowerOn": "Concurrent Maintenance Power On Domain (Function 69)",
"concurrentMaintenancePowerOnDesc": "Use this function to power on the power domain that was powered off by using function 68.",
- "disableRemoteService": "Disable Remote Service (Function 65)",
- "disableRemoteServiceDesc": "Use this function to deactivate a remote service session.",
+ "consoleServiceFunction": "Console Service Function (Function 65)",
+ "consoleServiceFunctionDesc": "Use this function to initiate console recovery (IBM i 7.5, or later).",
"diskUnitIOP": "Disk Unit IOP Reset/Reload (Function 67)",
"diskUnitIOPDesc": "Use this function to initiate an I/O processor dump and reset/reload of an IOP that controls resources that are currently in a disk unit attention state.",
- "enableRemoteService": "Enable Remote Service (Function 66)",
- "enableRemoteServiceDesc": "Use this function to activate a remote service session.",
"execute": "Execute",
"iopControlStorageDump": "IOP Control Storage Dump (Function 70)",
"iopControlStorageDumpDesc": "Use this function to initiate an I/O processor dump and reset/reload of the IOP that was designated to control the load source device when the logical partition was activated.",
diff --git a/src/views/Logs/IBMiServiceFunctions/IBMiServiceFunctions.vue b/src/views/Logs/IBMiServiceFunctions/IBMiServiceFunctions.vue
index 9313b9b942..f69560f796 100644
--- a/src/views/Logs/IBMiServiceFunctions/IBMiServiceFunctions.vue
+++ b/src/views/Logs/IBMiServiceFunctions/IBMiServiceFunctions.vue
@@ -44,11 +44,11 @@
- -
- {{ $t('pageIbmiServiceFunctions.disableRemoteService') }}
+
-
+ {{ $t('pageIbmiServiceFunctions.consoleServiceFunction') }}
- -
- {{ $t('pageIbmiServiceFunctions.disableRemoteServiceDesc') }}
+
-
+ {{ $t('pageIbmiServiceFunctions.consoleServiceFunctionDesc') }}
-
-
-
- -
- {{ $t('pageIbmiServiceFunctions.enableRemoteService') }}
-
- -
- {{ $t('pageIbmiServiceFunctions.enableRemoteServiceDesc') }}
-
-
-
- {{ $t('pageIbmiServiceFunctions.execute') }}
-
-
-