Skip to content

Commit

Permalink
Editor / Associated resource / Avoid empty label
Browse files Browse the repository at this point in the history
When adding a source for example, the button label may be empty. Add a default one.
  • Loading branch information
fxprunayre authored and github-actions[bot] committed Sep 3, 2024
1 parent c34e157 commit 85a2fbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
ng-disabled="(selectRecords.length < 1)"
>
<i class="fa gn-icon-{{mode}}"></i>
<i class="icon-external-link"></i>&nbsp; {{btn.label}}
<i class="icon-external-link"></i>&nbsp; {{btn.label || ('saveLinkToSibling' | translate)}}
</button>
<div data-gn-need-help="linking-records" class="pull-right"></div>
</div>
Expand Down

0 comments on commit 85a2fbe

Please sign in to comment.