Fix# typo
This commit is contained in:
parent
8ecad53085
commit
9c2863c729
|
|
@ -1,2 +1,2 @@
|
|||
<?php
|
||||
echo $l->t('A new user "%"s has created an account on %s', [$_['user'], $_['sitename']]);
|
||||
echo $l->t('A new user "%s" has created an account on %s', [$_['user'], $_['sitename']]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue