Skip to content

Commit

Permalink
Merge pull request dmolchanenko#6 from wolterskluwer-redwoodhq/ui-cha…
Browse files Browse the repository at this point in the history
…nges

Change text in the popup that is presented when a Push to User branch…
  • Loading branch information
Wolters Kluwer - UpToDate authored Sep 23, 2016
2 parents a4b60a2 + 5cc788d commit c6072fb
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 c6072fb

Please sign in to comment.