From fdb043efbfb581f930538fbd53ac1a89bee38184 Mon Sep 17 00:00:00 2001
From: Michael <Chefkeks@users.noreply.github.com>
Date: Wed, 20 Apr 2016 10:38:58 +0200
Subject: [PATCH] Update ajax.orgs.php

Looks like someone forgot to transform this here so it can be translated
---
 include/ajax.orgs.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/ajax.orgs.php b/include/ajax.orgs.php
index 1a1c8d19c..273fc0bd4 100644
--- a/include/ajax.orgs.php
+++ b/include/ajax.orgs.php
@@ -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');
-- 
GitLab