Block Grid Editor: Replace "TODO" text in titles (#13433)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user