MT#11775 adapt fax error message

Change-Id: I43118f517bdca3d4fe27f6a83b78ede8cbf243d6
changes/23/1423/5
Gerhard Jungwirth 11 years ago
parent 5590b410ea
commit fefc0d4242

@ -352,7 +352,7 @@ sub webfax_send :Chained('base') :PathPart('webfax/send') :Args(0) {
NGCP::Panel::Utils::Message->error(
c => $c,
error => "failed to send fax: $e",
desc => $c->loc('Internal error while sending fax'),
desc => $c->loc('Error while sending fax (have the fax settings been configured properly?)'),
);
}
NGCP::Panel::Utils::Navigation::back_or($c, $c->uri_for_action('/subscriber/webfax', $c->req->captures));

Loading…
Cancel
Save