Skip to content

Commit

Permalink
Map missing values
Browse files Browse the repository at this point in the history
  • Loading branch information
BatJan authored and nathanwoulfe committed Oct 26, 2021
1 parent 52f5662 commit bed34b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div ng-if="vm.references.documentTypes.length > 0" class="mb4">

<h5 class="mt0" style="margin-bottom: 20px;">
<localize key="references_labelUsedByDocumentTypes"></localize>
<localize key="references_labelUsedByDocumentTypes">Used in Document Types</localize>
</h5>

<div class="umb-table">
Expand Down Expand Up @@ -85,7 +85,7 @@ <h5 class="mt0" style="margin-bottom: 20px;">
<div ng-if="vm.references.memberTypes.length > 0" class="mb4">

<h5 class="mt0" style="margin-bottom: 20px;">
<localize key="references_labelUsedByMemberTypes"></localize>
<localize key="references_labelUsedByMemberTypes">Used in Member Types</localize>
</h5>

<div class="umb-table">
Expand Down

0 comments on commit bed34b9

Please sign in to comment.