mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Fix issue in warning on pod settings HTML page
This commit is contained in:
parent
b54c6b97b7
commit
7684198b53
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user