This is not really an error, it just means you're all done

Stephen Paul Weber created

Change summary

lib/registration.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

lib/registration.rb 🔗

@@ -29,7 +29,7 @@ class Registration
 		end
 
 		def write
-			@reply.note_type = :error
+			@reply.note_type = :info
 			@reply.note_text = <<~NOTE
 				You are already registered with JMP number #{@tel}
 			NOTE