From 0560bbc1274acbff52a71f11632776eb061164f0 Mon Sep 17 00:00:00 2001 From: Petr Date: Mon, 23 Mar 2026 19:44:08 +0100 Subject: [PATCH] Rename Mandate button to Make Mandatory --- webapp/templates/corporate_memory_admin.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/templates/corporate_memory_admin.html b/webapp/templates/corporate_memory_admin.html index ff71d81..ef9673d 100644 --- a/webapp/templates/corporate_memory_admin.html +++ b/webapp/templates/corporate_memory_admin.html @@ -1121,7 +1121,7 @@ - Mandate M + Make Mandatory M + `; @@ -1194,10 +1194,10 @@ // Actions depend on the valid transitions from current status if (status === 'pending') { buttons.push(``); - buttons.push(``); + buttons.push(``); buttons.push(``); } else if (status === 'approved') { - buttons.push(``); + buttons.push(``); buttons.push(``); } else if (status === 'mandatory') { buttons.push(``); @@ -1206,7 +1206,7 @@ buttons.push(``); } else if (status === 'revoked') { buttons.push(``); - buttons.push(``); + buttons.push(``); } if (buttons.length === 0) return '';