mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
GUACAMOLE-220: "Management", not "managment".
This commit is contained in:
@@ -111,7 +111,7 @@ angular.module('manage').controller('manageConnectionController', ['$scope', '$i
|
|||||||
$scope.historyEntryWrappers = null;
|
$scope.historyEntryWrappers = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The managment-related actions that the current user may perform on the
|
* The management-related actions that the current user may perform on the
|
||||||
* connection currently being created/modified, or null if the current
|
* connection currently being created/modified, or null if the current
|
||||||
* user's permissions have not yet been loaded.
|
* user's permissions have not yet been loaded.
|
||||||
*
|
*
|
||||||
|
@@ -95,7 +95,7 @@ angular.module('manage').controller('manageConnectionGroupController', ['$scope'
|
|||||||
$scope.connectionGroup = null;
|
$scope.connectionGroup = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The managment-related actions that the current user may perform on the
|
* The management-related actions that the current user may perform on the
|
||||||
* connection group currently being created/modified, or null if the current
|
* connection group currently being created/modified, or null if the current
|
||||||
* user's permissions have not yet been loaded.
|
* user's permissions have not yet been loaded.
|
||||||
*
|
*
|
||||||
|
@@ -87,7 +87,7 @@ angular.module('manage').controller('manageSharingProfileController', ['$scope',
|
|||||||
$scope.parameters = null;
|
$scope.parameters = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The managment-related actions that the current user may perform on the
|
* The management-related actions that the current user may perform on the
|
||||||
* sharing profile currently being created/modified, or null if the current
|
* sharing profile currently being created/modified, or null if the current
|
||||||
* user's permissions have not yet been loaded.
|
* user's permissions have not yet been loaded.
|
||||||
*
|
*
|
||||||
|
@@ -136,7 +136,7 @@ angular.module('manage').controller('manageUserController', ['$scope', '$injecto
|
|||||||
$scope.permissionsRemoved = new PermissionSet();
|
$scope.permissionsRemoved = new PermissionSet();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The managment-related actions that the current user may perform on the
|
* The management-related actions that the current user may perform on the
|
||||||
* user currently being created/modified, or null if the current user's
|
* user currently being created/modified, or null if the current user's
|
||||||
* permissions have not yet been loaded.
|
* permissions have not yet been loaded.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user