Skip to content

Commit

Permalink
Add missing fallback texts
Browse files Browse the repository at this point in the history
  • Loading branch information
BatJan authored and nathanwoulfe committed Oct 26, 2021
1 parent 9777519 commit 090fe7e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@

<div class="umb-control-group" ng-if="vm.shouldShowUrl">
<h5>
<localize key="@general_url"></localize>
<localize key="@general_url">URL</localize>
</h5>
<input type="text" localize="placeholder" placeholder="@general_url" class="umb-property-editor umb-textstring" ng-model="model.target.url" />
</div>

<div class="umb-control-group" ng-if="model.target">
<h5>
<localize key="@content_altTextOptional"></localize>
<localize key="@content_altTextOptional">Alternative text (optional)</localize>
</h5>
<input type="text" class="umb-property-editor umb-textstring" ng-model="model.target.altText" umb-auto-focus />
</div>

<div class="umb-control-group" ng-if="model.target">
<h5>
<localize key="@content_captionTextOptional"></localize>
<localize key="@content_captionTextOptional">Caption (optional)</localize>
</h5>
<input type="text" class="umb-property-editor umb-textstring" ng-model="model.target.caption" />
</div>
Expand Down

0 comments on commit 090fe7e

Please sign in to comment.