fix: Fix issue in warning on pod settings HTML page

This commit is contained in:
Joachim Van Herwegen 2023-10-10 14:46:22 +02:00
parent b54c6b97b7
commit 7684198b53

View File

@ -69,7 +69,7 @@
body: JSON.stringify({ webId, remove: true }),
}
const del = createUrlDeleteElement(li, '', fetchParams,
`Are you sure you want to remove ${webId} as an owner of ${pod}?`);
`Are you sure you want to remove ${webId} as an owner of ${baseUrl}?`);
li.append(' ');
li.append(del);
}