Updated Branches: refs/heads/trunk e86e013ea -> ee63a0ce2
AMBARI-3926. Fix typos in advanced repo config UI. (yusaku via srimanth) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ee63a0ce Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ee63a0ce Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ee63a0ce Branch: refs/heads/trunk Commit: ee63a0ce2c5fadd6a9b0ece9a8de7e0f5894bb5d Parents: e86e013 Author: Srimanth Gunturi <[email protected]> Authored: Thu Nov 28 21:08:07 2013 -0800 Committer: Srimanth Gunturi <[email protected]> Committed: Thu Nov 28 21:08:07 2013 -0800 ---------------------------------------------------------------------- ambari-web/app/messages.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/ee63a0ce/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index 7ac259f..d6fc19b 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -276,7 +276,7 @@ Em.I18n.translations = { 'installer.step1.header':'Select Stack', 'installer.step1.body':'Please select the service stack that you want to use to install your Hadoop cluster.', 'installer.step1.advancedRepo.title':'Advanced Repository Options', - 'installer.step1.advancedRepo.message':'Customize the repository Base URLs for downloading the Stack software packages. If your hosts do not have access to the internet, you will have to create a local mirror of the Stack repository that is accessible by all hosts and use those Base URLs shere.', + 'installer.step1.advancedRepo.message':'Customize the repository Base URLs for downloading the Stack software packages. If your hosts do not have access to the internet, you will have to create a local mirror of the Stack repository that is accessible by all hosts and use those Base URLs here.', 'installer.step1.advancedRepo.importantMassage':'<b>Important:</b> When using local mirror repositories, you only need to provide Base URLs for the Operating System you are installing for your Stack. Uncheck all other repositories.', 'installer.step1.advancedRepo.localRepo.error.modifyUrl':'Local repository URL must be modified', 'installer.step1.advancedRepo.localRepo.error.noUrl':'Base URL required for a local repository', @@ -285,7 +285,7 @@ Em.I18n.translations = { 'installer.step1.advancedRepo.localRepo.label.baseUrl':'Repository Base URL', 'installer.step1.advancedRepo.localRepo.label.stack':'Stack', 'installer.step1.attentionNeeded':'<b>Attention:</b> Repository URLs are REQUIRED before you can proceed.', - 'installer.step1.invalidURLAttention': '<b>Attention:</b> Please make sure all repository URLs are valid before proceed.', + 'installer.step1.invalidURLAttention': '<b>Attention:</b> Please make sure all repository URLs are valid before proceeding.', 'installer.step1.checkAtLeastOneAttention': '<b>Attention:</b> Please check at least one repository.', 'installer.step2.header':'Install Options',
