From 2cb3db6b293ef20e9409fd98d4ceb6304a063549 Mon Sep 17 00:00:00 2001 From: Leone25 <39310565+Leone25@users.noreply.github.com> Date: Wed, 1 May 2024 08:43:41 +0200 Subject: [PATCH] changed button --- src/Template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Template.php b/src/Template.php index 13c92d0..063b9f3 100644 --- a/src/Template.php +++ b/src/Template.php @@ -31,6 +31,6 @@ public static function telegramColumn($nickname, $id): string public static function shortListEntry(string $uid, string $cn, ?string $schacpersonaluniquecode): string { $schacpersonaluniquecode = $schacpersonaluniquecode ?? 'no matricola'; - return /** @lang HTML */ "$cn, $schacpersonaluniquecode Get SIR"; + return /** @lang HTML */ "$cn, $schacpersonaluniquecode Sign SIR"; } }