From 591958c61c7bbe51f7801148fa9a8ac36b604235 Mon Sep 17 00:00:00 2001 From: Alexey <2ndbeam@disroot.org> Date: Sun, 21 Dec 2025 08:06:30 +0000 Subject: [PATCH] quest.publish update --- strings.toml-%28EN%2C-default%29.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strings.toml-%28EN%2C-default%29.md b/strings.toml-%28EN%2C-default%29.md index 88d8bcd..47ecc62 100644 --- a/strings.toml-%28EN%2C-default%29.md +++ b/strings.toml-%28EN%2C-default%29.md @@ -51,7 +51,7 @@ list = "Listing {value} quests:" list_item = "{n}{q.id}: {q.name}{n} Description: {q.description}" create = "Created quest {q.id}" update = "Updated quest {q.id}" -publish = "Published quest {q.id}: {text}" +publish = "Published quest {q.id}: {m.link}" delete = "Deleted quest {q.id}" message_format = "### `{q.id}` {q.name} (+{q.reward}){n}Difficulty: *{q.difficulty}*{n}{q.description}" message_not_found = "Warning: quest {q.id} message not found"