File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/mediapicker/overlays Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
< div class ="umb-control-group " ng-if ="vm.shouldShowUrl ">
14
14
< h5 >
15
- < localize key ="@general_url "> </ localize >
15
+ < localize key ="@general_url "> URL </ localize >
16
16
</ h5 >
17
17
< input type ="text " localize ="placeholder " placeholder ="@general_url " class ="umb-property-editor umb-textstring " ng-model ="model.target.url " />
18
18
</ div >
19
19
20
20
< div class ="umb-control-group " ng-if ="model.target ">
21
21
< h5 >
22
- < localize key ="@content_altTextOptional "> </ localize >
22
+ < localize key ="@content_altTextOptional "> Alternative text (optional) </ localize >
23
23
</ h5 >
24
24
< input type ="text " class ="umb-property-editor umb-textstring " ng-model ="model.target.altText " umb-auto-focus />
25
25
</ div >
26
26
27
27
< div class ="umb-control-group " ng-if ="model.target ">
28
28
< h5 >
29
- < localize key ="@content_captionTextOptional "> </ localize >
29
+ < localize key ="@content_captionTextOptional "> Caption (optional) </ localize >
30
30
</ h5 >
31
31
< input type ="text " class ="umb-property-editor umb-textstring " ng-model ="model.target.caption " />
32
32
</ div >
You can’t perform that action at this time.
0 commit comments