chore: label updates

This commit is contained in:
Vlad Stan 2023-03-02 14:25:23 +02:00
parent c1a0e721e6
commit 5a526f86f1
2 changed files with 2 additions and 2 deletions

View file

@ -104,7 +104,7 @@ class Stall(PartialStall):
created_at=round(time.time()),
kind=5,
tags=[["e", self.config.event_id]],
content="Stall deleted",
content=f"Stall '{self.name}' deleted",
)
delete_event.id = delete_event.event_id

View file

@ -75,7 +75,7 @@ async function stallDetails(path) {
.confirmDialog(
`
Products and orders will be deleted also!
Are you sure you want to delete this relay?
Are you sure you want to delete this stall?
`
)
.onOk(async () => {