From 30d2d934944e7653bf5aabe7a24126c49613eb83 Mon Sep 17 00:00:00 2001 From: Raroun Date: Fri, 27 Oct 2023 11:54:11 +0200 Subject: [PATCH] added missing apostrophe --- src/Module/Register.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Module/Register.php b/src/Module/Register.php index c85a04dfab..393d0099c1 100644 --- a/src/Module/Register.php +++ b/src/Module/Register.php @@ -155,7 +155,7 @@ class Register extends BaseModule '$fillext' => $fillext, '$oidlabel' => $oidlabel, '$openid' => $openid_url, - '$namelabel' => DI::l10n()->t('Your Display Name (as you would like it to be displayed on this system), + '$namelabel' => DI::l10n()->t('Your Display Name (as you would like it to be displayed on this system'), '$addrlabel' => DI::l10n()->t('Your Email Address: (Initial information will be send there, so this has to be an existing address.)'), '$addrlabel2' => DI::l10n()->t('Please repeat your e-mail address:'), '$ask_password' => $ask_password, -- 2.39.5