correcting text

This commit is contained in:
Niels Lyngsø
2019-04-30 13:39:17 +02:00
parent 62e72a54b7
commit 77407a9446
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
<div class="umb-overlay__section-header" ng-if="(model.pasteItems | filter:searchTerm).length > 0">
<h5><localize key="content_createFromClipboard">Paste from clipboard</localize></h5>
<button ng-if="model.clickClearPaste" ng-click="model.clickClearPaste($event)">
<button ng-if="model.clickClearPaste" ng-click="model.clickClearPaste($event)" alt="Clear clipboard for entries accepted in this context.">
<i class="icon-trash"></i>
</button>
</div>

View File

@@ -99,7 +99,7 @@ angular.module("umbraco").controller("Umbraco.PropertyEditors.NestedContent.Prop
$scope.wideMode = Object.toBoolean($scope.model.config.hideLabel);
$scope.labels = {};
localizationService.localizeMany(["grid_insertControl"]).then(function(data) {
localizationService.localizeMany(["grid_addElement"]).then(function(data) {
$scope.labels.docTypePickerTitle = data[0];
});