Skip to content
Snippets Groups Projects
Commit 2b95c8ed authored by alex_a's avatar alex_a
Browse files

hotline#13113 translate expiry message.

parent a6a74d61
Branches
Tags
4 merge requests!258Dev/13872 Orphee Allow Hold Available Items,!73Ft/R13039,!62Hotline 6.41,!61Origin Hotline#13113 Show Expired Subscription In Login Widget
......@@ -6,7 +6,7 @@
if ($user->hasIdabon()){
if(!$user->isAbonnementValid())
echo $this->tag('p',
'Abonnement expiré - Merci de contacter la médiathèque',
_('Abonnement expiré - Merci de contacter la médiathèque'),
['class' => 'expired']);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment