diff --git a/employee/templates/organisation_chart/org_chart.html b/employee/templates/organisation_chart/org_chart.html index 038cb0e88..decaefba7 100644 --- a/employee/templates/organisation_chart/org_chart.html +++ b/employee/templates/organisation_chart/org_chart.html @@ -1,5 +1,6 @@ {% extends 'index.html' %} {% block content %} +{% load i18n %} @@ -13,7 +14,7 @@ class="oh-main__titlebar oh-main__titlebar--left oh-d-flex-column--resp oh-mb-3--small" >

- Organizational Chart + {% trans "Organizational Chart" %}