Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7072D18A35 for ; Thu, 25 Feb 2016 12:41:42 +0000 (UTC) Received: (qmail 18912 invoked by uid 500); 25 Feb 2016 12:41:42 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 18770 invoked by uid 500); 25 Feb 2016 12:41:42 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 18551 invoked by uid 99); 25 Feb 2016 12:41:42 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2016 12:41:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E5176E8EED; Thu, 25 Feb 2016 12:41:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: rafael@apache.org To: commits@cloudstack.apache.org Date: Thu, 25 Feb 2016 12:41:42 -0000 Message-Id: In-Reply-To: <37bf72b0fe97478ea73cfdd4efa8db15@git.apache.org> References: <37bf72b0fe97478ea73cfdd4efa8db15@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] git commit: updated refs/heads/master to 7a9bfce Merge pull request #1390 from nitin-maharana/CloudStack-Nitin24_4.7 CLOUDSTACK-9267: String is not localized on create instance wizards.Repro Steps: ========== 1. Setup basic environments as normal. 2. Open a browser, go to Web Console. 3. Upload a iso template. 4. Go to "Instances" page and add new instance. 5. Check the strings on create instance wizards. Expected Result: ============= All the strings should be localized on create instance wizards. Actual Result: =========== Some strings are not localized on create instance wizards. Language: ======== JA -> Fail SC -> Fail Fix: === Fixed the hard coded string. * pr/1390: CLOUDSTACK-9267: String is not localized on create instance wizards. Signed-off-by: Rafael Weingärtner Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9610056f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9610056f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9610056f Branch: refs/heads/master Commit: 9610056fa59117cd0e4ef89b37c9cd2d4dbc99f4 Parents: a243339 f2d3cc8 Author: Rafael Weingärtner Authored: Thu Feb 25 09:38:25 2016 -0300 Committer: Rafael Weingärtner Committed: Thu Feb 25 09:38:25 2016 -0300 ---------------------------------------------------------------------- ui/scripts/network.js | 8 ++++---- ui/scripts/ui-custom/instanceWizard.js | 2 +- ui/scripts/ui-custom/projects.js | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) ----------------------------------------------------------------------