chore: label updates
This commit is contained in:
parent
c1a0e721e6
commit
5a526f86f1
2 changed files with 2 additions and 2 deletions
|
|
@ -104,7 +104,7 @@ class Stall(PartialStall):
|
||||||
created_at=round(time.time()),
|
created_at=round(time.time()),
|
||||||
kind=5,
|
kind=5,
|
||||||
tags=[["e", self.config.event_id]],
|
tags=[["e", self.config.event_id]],
|
||||||
content="Stall deleted",
|
content=f"Stall '{self.name}' deleted",
|
||||||
)
|
)
|
||||||
delete_event.id = delete_event.event_id
|
delete_event.id = delete_event.event_id
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -75,7 +75,7 @@ async function stallDetails(path) {
|
||||||
.confirmDialog(
|
.confirmDialog(
|
||||||
`
|
`
|
||||||
Products and orders will be deleted also!
|
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 () => {
|
.onOk(async () => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue