Repository: ambari Updated Branches: refs/heads/trunk af7cc7480 -> f2be7c501
AMBARI-11384 Its not clear why some are selected and some are not. (ababiichuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c6f5ecdb Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c6f5ecdb Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c6f5ecdb Branch: refs/heads/trunk Commit: c6f5ecdbdb06064abc251d678cb0c81e454d8b98 Parents: af7cc74 Author: aBabiichuk <[email protected]> Authored: Tue May 26 11:44:08 2015 +0300 Committer: aBabiichuk <[email protected]> Committed: Tue May 26 11:44:08 2015 +0300 ---------------------------------------------------------------------- ambari-web/app/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/c6f5ecdb/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index d49169d..1ca9756 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -358,7 +358,7 @@ Em.I18n.translations = { 'popup.invalid.KDC.admin.password': 'Admin password', 'popup.dependent.configs.header': 'Dependent Configurations', - 'popup.dependent.configs.title': 'Configurations depending on changes made are show below. It is recommended to update these values', + 'popup.dependent.configs.title': 'Configurations depending on changes made are show below. It is recommended to update these values. Properties that are not selected have user supplied value different than the recommendation', 'popup.dependent.configs.table.saveProperty': 'Save property', 'popup.dependent.configs.table.currentValue': 'Current value', 'popup.dependent.configs.table.recommendedValue': 'Recommended',
