Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 9286f49

Browse files
committed
Localized "Select a blueprint" label
1 parent 99196f2 commit 9286f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Our.Umbraco.DocTypeGridEditor/Web/UI/App_Plugins/DocTypeGridEditor/Views/doctypegrideditor.dialog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</umb-control-group>
1919

2020
<div ng-switch-when="selectBlueprint">
21-
<h5>Select a blueprint</h5>
21+
<h5><localize key="blueprints_selectBlueprint">Select a blueprint</localize></h5>
2222

2323
<ul class="umb-actions umb-actions-child">
2424
<li ng-repeat="(key, value) in selectedDocType.blueprints | orderBy:'name':false">

0 commit comments

Comments
 (0)