Skip to content

Commit

Permalink
Change text in the popup that is presented when a Push to User branch…
Browse files Browse the repository at this point in the history
… is completed
  • Loading branch information
Freddy Vega committed Sep 23, 2016
1 parent a4b60a2 commit 5cc788d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/view/CommitView.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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("<span") != -1){
for(var i=0;i<files.length;i++){
Expand Down

0 comments on commit 5cc788d

Please sign in to comment.