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 27, 2021
1 parent 80c9c09 commit 57637da
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/Umbraco.Web.UI.Client/src/views/media/create.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
<h5><localize key="create_createUnder">Create under</localize> {{currentNode.name}}</h5>

<div ng-if="allowedTypes && allowedTypes.length === 0">
<p class="abstract" ng-if="!hasSettingsAccess"><localize key="create_noMediaTypesWithNoSettingsAccess"></localize></p>
<p class="abstract" ng-if="!hasSettingsAccess"><localize key="create_noMediaTypesWithNoSettingsAccess">The selected media in the tree doesn't allow for any other media to be created below it.</localize></p>
<div ng-if="hasSettingsAccess">
<p class="abstract"><localize key="create_noMediaTypes"></localize></p>
<p class="abstract"><localize key="create_noMediaTypes">There are no allowed Media Types available for creating media here. You must enable these in <strong>Media Types
Types</strong> within the <strong>Settings</strong> section, by editing the <strong>Allowed child node
types</strong> under <strong>Permissions</strong>.</localize></p>
<a class="btn" href="#settings/mediaTypes/edit/{{mediaTypeId}}?view=permissions" role="button" ng-click="close()">
<localize key="create_noMediaTypesEditPermissions"></localize>
<localize key="create_noMediaTypesEditPermissions">Edit permissions for this Media Type</localize>
</a>
</div>
</div>
Expand Down

0 comments on commit 57637da

Please sign in to comment.