diff --git a/couchpotato/static/scripts/page/wanted.js b/couchpotato/static/scripts/page/wanted.js index 95958510..af6d774c 100644 --- a/couchpotato/static/scripts/page/wanted.js +++ b/couchpotato/static/scripts/page/wanted.js @@ -61,7 +61,7 @@ window.addEvent('domready', function(){ 'name': 'profile' }), new Element('a.button.edit', { - 'text': 'Save', + 'text': 'Save & Search', 'events': { 'click': self.save.bind(self) }