File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 41
41
{{ else }}
42
42
<p >{{ t ' links.empty-screen-message' }} </p >
43
43
{{ #if this.currentUserCanEdit }}
44
- <p > {{ t ' links.point-to-addons-message' }} <a href =' /{{ this.model.node.id }} /addons?activeFilterType=verified-link' >{{ t ' addons.heading' }} </a ></p >
44
+ <p > {{ t ' links.point-to-addons-message-1 ' }} <a href =' /{{ this.model.node.id }} /addons?activeFilterType=verified-link' >{{ t ' addons.heading' }} </a >{{ t ' links.point-to-addons-message-2 ' }} </p >
45
45
{{ /if }}
46
46
{{ /if }}
47
47
</div >
Original file line number Diff line number Diff line change @@ -400,7 +400,8 @@ links:
400
400
display-name : ' Display Name'
401
401
resource-type : ' Resource Type'
402
402
empty-screen-message : ' This project has no configured linked services at the moment '
403
- point-to-addons-message : ' In order to add linked service visit'
403
+ point-to-addons-message-1 : ' Visit '
404
+ point-to-addons-message-2 : ' to add a linked service.'
404
405
link : ' Link'
405
406
edit : ' Edit'
406
407
icon : ' {addonName} icon'
You can’t perform that action at this time.
0 commit comments