Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
change "Save" to "Sign In"
Browse files Browse the repository at this point in the history
  • Loading branch information
edanuff committed Apr 4, 2012
1 parent d3af365 commit d6b7f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/SettingsPanel.js
Expand Up @@ -37,7 +37,7 @@ app.views.SettingsPanel = Ext.extend(Ext.form.FormPanel,{

var okButton = new Ext.Button({
ui: 'confirm',
text: 'Save',
text: 'Sign In',
handler: this.onOkAction,
scope:this
});
Expand Down

0 comments on commit d6b7f1b

Please sign in to comment.