Skip to content
Snippets Groups Projects
Commit 04aea1eb authored by Thomas Müller's avatar Thomas Müller
Browse files

Update settings/ajax/removegroup.php

$l->t added for error message
parent b49e8cd0
No related branches found
No related tags found
No related merge requests found
......@@ -13,5 +13,5 @@ if( OC_Group::deleteGroup( $name )) {
OC_JSON::success(array("data" => array( "groupname" => $name )));
}
else{
OC_JSON::error(array("data" => array( "message" => "Unable to delete group" )));
OC_JSON::error(array("data" => array( "message" => $l->t("Unable to delete group") )));
}
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