From cd1a9d8cd47a26697e673d614333520e808dda2e Mon Sep 17 00:00:00 2001 From: Jonathan Niles Date: Sat, 28 Dec 2024 21:05:40 -0600 Subject: [PATCH] chore(HR): correct HR spelling in dictionary. Corrects the spelling of "Human Resources" throughout the application. --- client/src/i18n/en/tree.json | 2 +- client/src/i18n/fr/tree.json | 2 +- .../employees/registration/employees.html | 2 +- .../modules/employees/registry/registry.html | 2 +- client/src/modules/functions/functions.html | 2 +- .../functions/modals/function.modal.html | 2 +- client/src/modules/grades/grades.html | 2 +- .../src/modules/grades/modals/grade.modal.html | 2 +- client/src/modules/holidays/holidays.html | 2 +- .../modules/holidays/modals/holiday.modal.html | 2 +- .../ipr_tax/configuration/iprTaxConfig.html | 2 +- client/src/modules/ipr_tax/ipr_tax.html | 2 +- .../multiple_payroll/modals/config.modal.html | 2 +- .../multiple_payroll/modals/search.modal.html | 2 +- .../modals/waitingListConfirmation.html | 2 +- .../multiple_payroll/multiple_payroll.html | 2 +- .../modals/config.modal.html | 2 +- .../modals/import.modal.html | 2 +- .../modals/parameter.modal.html | 2 +- .../modals/search.modal.html | 2 +- .../multiple_payroll_indice.html | 2 +- client/src/modules/offdays/offdays.html | 2 +- .../account_configuration/configuration.html | 2 +- .../modals/account.modal.html | 2 +- .../employee_configuration/configuration.html | 2 +- .../modals/employee.modal.html | 2 +- .../modules/payroll/modals/payroll.modal.html | 2 +- client/src/modules/payroll/payroll.html | 2 +- .../rubric_configuration/configuration.html | 2 +- .../rubric_configuration/configuration.js | 17 +++++++---------- .../modals/config.modal.html | 2 +- .../modals/rubric.modal.html | 2 +- .../payroll/rubrics/modals/rubric.modal.html | 2 +- client/src/modules/payroll/rubrics/rubrics.html | 2 +- .../src/modules/payroll/settings/settings.html | 2 +- .../staffing_indice/modal/createUpdate.html | 2 +- .../modal/funcitonIndiceModal.html | 2 +- .../staffing_indice/modal/gradeIndiceModal.html | 2 +- .../staffing_indice/modal/search.modal.html | 2 +- .../payroll/staffing_indice/staffingIndice.html | 2 +- .../weekend_configuration/configuration.html | 2 +- .../modals/weekEnd.modal.html | 2 +- client/src/modules/titles/titles.html | 2 +- server/models/06-bhima.sql | 2 +- server/models/migrations/next/migrate.sql | 7 +++++++ 45 files changed, 57 insertions(+), 53 deletions(-) diff --git a/client/src/i18n/en/tree.json b/client/src/i18n/en/tree.json index dc2428a911..51efa3aac6 100644 --- a/client/src/i18n/en/tree.json +++ b/client/src/i18n/en/tree.json @@ -86,7 +86,7 @@ "GRADES" : "Grade Management", "HOLIDAYS_MANAGEMENT" : "Holidays Management", "HOSPITAL" : "Hospital", - "HUMANS_RESSOURCES" : "Human Resources", + "HUMAN_RESOURCES" : "Human Resources", "IMPORT_STOCK_FROM_FILE":"Stock Import", "INDEXES" : "Indexes", "INDICATORS" : "Indicators", diff --git a/client/src/i18n/fr/tree.json b/client/src/i18n/fr/tree.json index 952fbc012e..b5085be735 100644 --- a/client/src/i18n/fr/tree.json +++ b/client/src/i18n/fr/tree.json @@ -86,7 +86,7 @@ "GRADE_EMPLOYERS":"Gestion Grades", "HOLIDAYS_MANAGEMENT" : "Gestion des Vacances", "HOSPITAL":"Hôpital", - "HUMANS_RESSOURCES":"Ressources humaines", + "HUMAN_RESOURCES":"Ressources humaines", "IMPORT_STOCK_FROM_FILE":"Importation de stock", "INDEXES" : "Indices", "INDICATORS" : "Indicateurs", diff --git a/client/src/modules/employees/registration/employees.html b/client/src/modules/employees/registration/employees.html index 6ddde5b234..dc54b64bd5 100644 --- a/client/src/modules/employees/registration/employees.html +++ b/client/src/modules/employees/registration/employees.html @@ -1,7 +1,7 @@
    -
  1. TREE.HUMANS_RESSOURCES
  2. +
  3. TREE.HUMAN_RESOURCES
  4. EMPLOYEE.TITLE
  5. {{ EmployeeCtrl.employee.name }}
diff --git a/client/src/modules/employees/registry/registry.html b/client/src/modules/employees/registry/registry.html index 96fb59d994..3d83e18d75 100644 --- a/client/src/modules/employees/registry/registry.html +++ b/client/src/modules/employees/registry/registry.html @@ -1,7 +1,7 @@
    -
  1. TREE.HUMANS_RESSOURCES
  2. +
  3. TREE.HUMAN_RESOURCES
  4. EMPLOYEE_REGISTRY.TITLE
diff --git a/client/src/modules/functions/functions.html b/client/src/modules/functions/functions.html index b9362a628a..c74d66b6b5 100644 --- a/client/src/modules/functions/functions.html +++ b/client/src/modules/functions/functions.html @@ -1,7 +1,7 @@
    -
  1. TREE.HUMANS_RESSOURCES
  2. +
  3. TREE.HUMAN_RESOURCES
  4. TREE.PROFESSION
diff --git a/client/src/modules/functions/modals/function.modal.html b/client/src/modules/functions/modals/function.modal.html index 8b2fd02239..db6ddefae5 100644 --- a/client/src/modules/functions/modals/function.modal.html +++ b/client/src/modules/functions/modals/function.modal.html @@ -2,7 +2,7 @@