Block Grid Editor: Replace "TODO" text in titles (#13433)

This commit is contained in:
Jan Skovgaard
2022-11-21 16:52:51 +01:00
committed by GitHub
parent fb48ecb57f
commit 2288d98481
3 changed files with 6 additions and 2 deletions

View File

@@ -2825,6 +2825,8 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
<key alias="actionEnterSortMode">Sort mode</key>
<key alias="actionExitSortMode">End sort mode</key>
<key alias="areaAliasIsNotUnique">This Areas Alias must be unique compared to the other Areas of this Block.</key>
<key alias="configureArea">Configure area</key>
<key alias="deleteArea">Delete area</key>
</area>
<area alias="contentTemplatesDashboard">
<key alias="whatHeadline">What are Content Templates?</key>

View File

@@ -2928,6 +2928,8 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
<key alias="actionEnterSortMode">Sort mode</key>
<key alias="actionExitSortMode">End sort mode</key>
<key alias="areaAliasIsNotUnique">This Areas Alias must be unique compared to the other Areas of this Block.</key>
<key alias="configureArea">Configure area</key>
<key alias="deleteArea">Delete area</key>
</area>
<area alias="contentTemplatesDashboard">
<key alias="whatHeadline">What are Content Templates?</key>

View File

@@ -4,14 +4,14 @@
<div class="umb-block-grid__area--actions">
<button type="button" class="btn-reset umb-outline action --edit" localize="title" title="TODO"
<button type="button" class="btn-reset umb-outline action --edit" localize="title" title="@blockEditor_configureArea"
ng-click="vm.onEditClick($event);">
<umb-icon icon="icon-edit" class="icon"></umb-icon>
<span class="sr-only">
<localize key="general_edit">Edit</localize>
</span>
</button>
<button type="button" class="btn-reset umb-outline action --delete" localize="title" title="TODO"
<button type="button" class="btn-reset umb-outline action --delete" localize="title" title="@blockEditor_deleteArea"
ng-click="vm.onDeleteClick($event);">
<umb-icon icon="icon-trash" class="icon"></umb-icon>
<span class="sr-only">