Skip to content

Commit 090fe7e

Browse files
BatJannathanwoulfe
authored andcommitted
Add missing fallback texts
1 parent 9777519 commit 090fe7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/mediapicker/overlays/mediacropdetails.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212

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

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

2727
<div class="umb-control-group" ng-if="model.target">
2828
<h5>
29-
<localize key="@content_captionTextOptional"></localize>
29+
<localize key="@content_captionTextOptional">Caption (optional)</localize>
3030
</h5>
3131
<input type="text" class="umb-property-editor umb-textstring" ng-model="model.target.caption" />
3232
</div>

0 commit comments

Comments
 (0)