removed correct wrong title

This commit is contained in:
dcore94 2023-03-28 12:18:34 +02:00
parent 11f6ecc008
commit a8b385a474
1 changed files with 1 additions and 1 deletions

View File

@ -827,7 +827,7 @@ class CCPMethodEditorController extends HTMLElement{
renderInfrastructures(){
return this.#current.links.filter(l=>l.rel === "compatibleWith").map((l, i)=>{
return `
<div class="ccp-option badge ccp-keyword" title="${l.description}" alt="${l.description}">
<div class="ccp-option badge ccp-keyword" title="${l.title}" alt="${l.title}">
<span>${l.title}</span>
<span class="btn text-danger ccp-toolbar-button" name="delete-infrastructure" data-index="${i}">x</span>
</div>