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"