Bugfix: Media workspace info references correct localization
for "this item has no references". Fixes https://github.com/umbraco/Umbraco-CMS/issues/16485
This commit is contained in:
@@ -135,7 +135,7 @@ export class UmbMediaWorkspaceViewInfoReferenceElement extends UmbLitElement {
|
||||
}
|
||||
|
||||
#renderItems() {
|
||||
if (!this._items?.length) return html`<p>${this.localize.term('references_DataTypeNoReferences')}</p>`;
|
||||
if (!this._items?.length) return html`<p>${this.localize.term('references_itemHasNoReferences')}</p>`;
|
||||
return html`
|
||||
<uui-table>
|
||||
<uui-table-head>
|
||||
|
||||
Reference in New Issue
Block a user