Repository: incubator-ranger Updated Branches: refs/heads/master b0d21cffb -> a5d2bedb2
RANGER-1149 : Label spelling correction Signed-off-by: Gautam Borad <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/a5d2bedb Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/a5d2bedb Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/a5d2bedb Branch: refs/heads/master Commit: a5d2bedb26e210a43c066112c11ccd81d95672be Parents: b0d21cf Author: Mehul Parikh <[email protected]> Authored: Fri Aug 12 10:09:33 2016 +0530 Committer: Gautam Borad <[email protected]> Committed: Fri Aug 12 11:38:33 2016 +0530 ---------------------------------------------------------------------- .../src/main/webapp/scripts/modules/globalize/message/en.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/a5d2bedb/security-admin/src/main/webapp/scripts/modules/globalize/message/en.js ---------------------------------------------------------------------- diff --git a/security-admin/src/main/webapp/scripts/modules/globalize/message/en.js b/security-admin/src/main/webapp/scripts/modules/globalize/message/en.js index 7a41452..786d08f 100644 --- a/security-admin/src/main/webapp/scripts/modules/globalize/message/en.js +++ b/security-admin/src/main/webapp/scripts/modules/globalize/message/en.js @@ -294,7 +294,7 @@ define(function(require) { searchForYourUser :"Search for your users...", searchForYourGroup :"Search for your groups...", access : 'Access', - policyCondition : 'Policy Condtions', + policyCondition : 'Policy Conditions', permissions : 'Permissions', kms : 'KMS', keyCreate : 'Key Create',
