From e1629cf05aa3e4f760b27cc9ad7a10f18384f15e Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 15 Apr 2012 12:05:55 +0200 Subject: [PATCH] Change add button text --- couchpotato/static/scripts/page/wanted.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }