mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Update settings/ajax/removegroup.php
$l->t added for error message
This commit is contained in:
parent
b49e8cd04d
commit
04aea1eb2e
1 changed files with 1 additions and 1 deletions
|
|
@ -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") )));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue