Add missing fallback texts
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user