Skip to content

Commit

Permalink
Add missing fallback texts
Browse files Browse the repository at this point in the history
  • Loading branch information
BatJan authored and nathanwoulfe committed Oct 26, 2021
1 parent f9ed371 commit 52f5662
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Umbraco.Web.UI.Client/src/views/datatypes/delete.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div ng-if="vm.references.documentTypes.length > 0">

<h5 class="mt4" style="margin-bottom: 20px;">
<localize key="treeHeaders_documentTypes"></localize>
<localize key="treeHeaders_documentTypes">Document Types</localize>
</h5>

<table class="table table-condensed table-bordered">
Expand Down Expand Up @@ -72,7 +72,7 @@ <h5 class="mt4" style="margin-bottom: 20px;">
<div ng-if="vm.references.mediaTypes.length > 0">

<h5 class="mt4" style="margin-bottom: 20px;">
<localize key="treeHeaders_mediaTypes"></localize>
<localize key="treeHeaders_mediaTypes">Media Types</localize>
</h5>

<table class="table table-condensed table-bordered">
Expand Down Expand Up @@ -106,7 +106,7 @@ <h5 class="mt4" style="margin-bottom: 20px;">
<div ng-if="vm.references.memberTypes.length > 0">

<h5 class="mt4" style="margin-bottom: 20px;">
<localize key="treeHeaders_memberTypes"></localize>
<localize key="treeHeaders_memberTypes">Member Types</localize>
</h5>

<table class="table table-condensed table-bordered">
Expand Down

0 comments on commit 52f5662

Please sign in to comment.