Browse Source

fix incorrect case for helpdesk title display key

jrivard@gmail.com 6 years ago
parent
commit
d9762dcda7

+ 1 - 1
client/src/i18n/translations_en.json

@@ -47,7 +47,7 @@
   "Placeholder_Search": "Search",
   "Title_ChangePassword": "Change Password",
   "Title_DirectReports": "Direct Report(s)",
-  "Title_HelpDesk": "Help Desk",
+  "Title_Helpdesk": "Help Desk",
   "Title_HelpDeskCard": "Help Desk Cards",
   "Title_HelpDeskTable": "Help Desk Table",
   "Title_Management": "Management",

+ 1 - 1
client/src/modules/helpdesk/helpdesk-detail.component.html

@@ -21,7 +21,7 @@
   -->
 
 <div class="ias-header">
-    <h2 id="page-content-title" translate="Title_HelpDesk">Help Desk</h2>
+    <h2 id="page-content-title" translate="Title_Helpdesk">Help Desk</h2>
     <span class="ias-fill"></span>
     <div class="help-desk-icons">
         <ias-button id="helpdesk-refresh-icon" class="ias-icon-button"

+ 1 - 1
client/src/modules/helpdesk/helpdesk-search-cards.component.html

@@ -21,7 +21,7 @@
   -->
 
 <div class="ias-header">
-    <h2 id="page-content-title" translate="Title_HelpDesk">Help Desk</h2>
+    <h2 id="page-content-title" translate="Title_Helpdesk">Help Desk</h2>
     <ias-search-box ng-model="$ctrl.query" ng-model-options="{debounce: $ctrl.inputDebounce}"
                     placeholder="{{'Placeholder_Search' | translate}}">
     </ias-search-box>

+ 1 - 1
client/src/modules/helpdesk/helpdesk-search-table.component.html

@@ -21,7 +21,7 @@
   -->
 
 <div class="ias-header">
-    <h2 id="page-content-title" translate="Title_HelpDesk">Help Desk</h2>
+    <h2 id="page-content-title" translate="Title_Helpdesk">Help Desk</h2>
     <ias-search-box ng-model="$ctrl.query" ng-model-options="{debounce: $ctrl.inputDebounce}"
                     placeholder="{{'Placeholder_Search' | translate}}">
     </ias-search-box>