The unified diff between revisions [ecd4e292..] and [c6590ea4..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'orangelogin.pl'

#
# old_revision [ecd4e29264735a669eb7c177cde4a4afeb3f21dd]
# new_revision [c6590ea4049a7dbadef44db501af16db26b1732c]
#
# patch "orangelogin.pl"
#  from [a1669077494ebc019fea4aa7508d11ee917d3d0b]
#    to [c842620b0b205f19dfb186cba221db0c157e6277]
#
============================================================
--- orangelogin.pl	a1669077494ebc019fea4aa7508d11ee917d3d0b
+++ orangelogin.pl	c842620b0b205f19dfb186cba221db0c157e6277
@@ -64,9 +64,9 @@ follow_processing();
 
 follow_processing();
 
-print "Following view your bills link\n";
+print "Following see your recent bills link\n";
 
-$mech->follow_link( text_regex => qr/view your bills/ );
+$mech->follow_link( text_regex => qr/see your recent bills/ );
 
 follow_processing();