Merge pull request #809 from maraoz/ui/settings-tab

change backup to settings tab
This commit is contained in:
Matias Alejo Garcia 2014-07-03 16:16:20 -03:00
commit 008199f4c0
4 changed files with 5 additions and 5 deletions

View file

@ -42,7 +42,7 @@ describe("Unit: Controllers", function() {
}));
it('Should have a Backup controller', function() {
expect(scope.title).equal('Backup');
expect(scope.title).equal('Settings');
});
it('Backup controller #download', function() {