Browse Source

Merge pull request #675 from DerMene/master

fixed misspelling
pull/680/head
Ramiro Saenz 8 years ago committed by GitHub
parent
commit
cdfd3cecbc
  1. 2
      app/ux/Auth0.js

2
app/ux/Auth0.js

@ -110,7 +110,7 @@ Ext.define('Rambox.ux.Auth0', {
,failure: function(response) { ,failure: function(response) {
Ext.Msg.hide(); Ext.Msg.hide();
Ext.toast({ Ext.toast({
html: '<i class="fa fa-times fa-3x fa-pull-left" aria-hidden="true"></i> Error ocurred when trying to backup your configuration.' html: '<i class="fa fa-times fa-3x fa-pull-left" aria-hidden="true"></i> Error occurred when trying to backup your configuration.'
,title: 'Synchronize Configuration' ,title: 'Synchronize Configuration'
,width: 300 ,width: 300
,align: 't' ,align: 't'

Loading…
Cancel
Save