From 5a526f86f1cfde11fbed8a7910b6e1a1d364b117 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Thu, 2 Mar 2023 14:25:23 +0200 Subject: [PATCH] chore: label updates --- models.py | 2 +- static/components/stall-details/stall-details.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/models.py b/models.py index e52ba6e..7892c93 100644 --- a/models.py +++ b/models.py @@ -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 diff --git a/static/components/stall-details/stall-details.js b/static/components/stall-details/stall-details.js index 86b09b3..7f71cf0 100644 --- a/static/components/stall-details/stall-details.js +++ b/static/components/stall-details/stall-details.js @@ -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 () => {