Fix a typo in the code

environments/ppa-mbqj77/deployments/1
Sandro Cazzaniga 13 years ago
parent c57a3c31f8
commit 1a582f69df
  1. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Notifications.pm

@ -570,7 +570,7 @@ sub newNotif {
$res .= '<h1 class="ui-widget-header ui-corner-all">'
. $self->translate('error') . '</h1>';
$res .= '<div class="ui-corner-all ui-widget-content">';
$res .= $self->translated('notificationNotCreated');
$res .= $self->translate('notificationNotCreated');
$res .= '</div>';
return $res;

Loading…
Cancel
Save