diff --git a/src/i18n/locale/en.yml b/src/i18n/locale/en.yml
index b73395df2..ab525baa0 100644
--- a/src/i18n/locale/en.yml
+++ b/src/i18n/locale/en.yml
@@ -736,7 +736,6 @@ worker:
pda: PDA
notes: Notas
dms: My documentation
- pbx: Private Branch Exchange
log: Log
calendar: Calendar
timeControl: Time control
diff --git a/src/i18n/locale/es.yml b/src/i18n/locale/es.yml
index 2552c9549..7f9ef21b6 100644
--- a/src/i18n/locale/es.yml
+++ b/src/i18n/locale/es.yml
@@ -742,7 +742,6 @@ worker:
pda: PDA
notes: Notas
dms: Mi documentación
- pbx: Centralita
log: Historial
calendar: Calendario
timeControl: Control de horario
diff --git a/src/pages/Worker/Card/WorkerPBX.vue b/src/pages/Worker/Card/WorkerPBX.vue
deleted file mode 100644
index 547156532..000000000
--- a/src/pages/Worker/Card/WorkerPBX.vue
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/router/modules/worker.js b/src/router/modules/worker.js
index 7258881be..606d47079 100644
--- a/src/router/modules/worker.js
+++ b/src/router/modules/worker.js
@@ -18,7 +18,6 @@ export default {
'WorkerNotes',
'WorkerPda',
'WorkerNotificationsManager',
- 'WorkerPBX',
'WorkerLog',
'WorkerCalendar',
'WorkerDms',
@@ -144,15 +143,6 @@ export default {
component: () =>
import('src/pages/Worker/Card/WorkerNotificationsManager.vue'),
},
- {
- path: 'pbx',
- name: 'WorkerPBX',
- meta: {
- title: 'pbx',
- icon: 'vn:pbx',
- },
- component: () => import('src/pages/Worker/Card/WorkerPBX.vue'),
- },
{
name: 'WorkerDms',
path: 'dms',