From 7c0eb693a50dbd2890a5ad1b27516a0a829bbf7c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 31 Mar 2023 23:53:20 +0200 Subject: Rename game "description" to "notice". --- views/head.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/head.pug') diff --git a/views/head.pug b/views/head.pug index e90ce6b..cf0b268 100644 --- a/views/head.pug +++ b/views/head.pug @@ -85,8 +85,8 @@ mixin gamelist(list,hide_title=0) div.game_main div.game_info - if item.description - i= item.description + if item.notice + i= item.notice if item.scenario !== "Standard" && item.scenario !== "Historical" && item.scenario.length > 2 div Scenario: #{item.scenario} unless item.human_options === "None" -- cgit v1.2.3