Skip to content
Snippets Groups Projects
Commit fdb043ef authored by Michael's avatar Michael
Browse files

Update ajax.orgs.php

Looks like someone forgot to transform this here so it can be translated
parent 11b2dc17
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ class OrgsAjaxAPI extends AjaxController {
if ($org->delete())
Http::response(204, 'Organization deleted successfully');
else
$info['error'] = 'Unable to delete organization - try again!';
$info['error'] = __('Unable to delete organization - try again!');
}
include(STAFFINC_DIR . 'templates/org-delete.tmpl.php');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment