diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/textbox/textbox.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/textbox/textbox.html index ff62629b1c..f8f9b18c7f 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/textbox/textbox.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/textbox/textbox.html @@ -4,7 +4,7 @@ class="umb-property-editor umb-textstring textstring" val-server="value" ng-required="model.validation.mandatory" - aria-required="model.validation.mandatory" + aria-required="{{model.validation.mandatory}}" aria-invalid="False" ng-trim="false" ng-keyup="model.change()" />