Skip to content
Snippets Groups Projects
Verified Commit c11c41c3 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix(field-set): wrong label

parent 343ca254
No related branches found
No related tags found
No related merge requests found
...@@ -338,7 +338,7 @@ function getTemplate() { ...@@ -338,7 +338,7 @@ function getTemplate() {
<div data-monster-role="header"> <div data-monster-role="header">
<div data-monster-replace="path:labels.title" data-monster-role="title"></div> <div data-monster-replace="path:labels.title" data-monster-role="title"></div>
<div data-monster-role="extended-switch"> <div data-monster-role="extended-switch">
<label data-monster-replace="path:labels.toggle-switch-label"></label> <label data-monster-replace="path:labels.toggleSwitchLabel"></label>
<monster-toggle-switch></monster-toggle-switch> <monster-toggle-switch></monster-toggle-switch>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment