From 5cc788d6a4bce0934bb4a4f69f8b931384161560 Mon Sep 17 00:00:00 2001 From: Freddy Vega Date: Fri, 23 Sep 2016 13:29:36 -0400 Subject: [PATCH] Change text in the popup that is presented when a Push to User branch is completed --- public/view/CommitView.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/view/CommitView.js b/public/view/CommitView.js index 5e31bac3..10d6cff7 100644 --- a/public/view/CommitView.js +++ b/public/view/CommitView.js @@ -42,7 +42,7 @@ Ext.define('Redwood.view.CommitView', { var window = this.up('window'); Ext.MessageBox.show({ - msg: 'Pushing changes to master branch, please wait...', + msg: 'Pushing changes to user branch, please wait...', progressText: 'Pushing...', width:300, wait:true, @@ -71,7 +71,7 @@ Ext.define('Redwood.view.CommitView', { } else{ controller.loadVersionHistory(controller.tabPanel.getActiveTab()); - Ext.Msg.alert('Success', "Code was successfully pushed to the main branch."); + Ext.Msg.alert('Success', "Code was successfully pushed to the user branch."); Ext.ComponentQuery.query('#scriptsTree')[0].getRootNode().cascadeBy(function(node) { if(node.get("text").indexOf("