diff --git a/lib/registration.rb b/lib/registration.rb index d8592f07859be2ca383c72f945255aa56f79ce68..a41002d2ed3b038d27455fec017e0364c47bab04 100644 --- a/lib/registration.rb +++ b/lib/registration.rb @@ -331,7 +331,7 @@ class Registration FIELDS = [{ var: "code", type: "text-single", - label: "Your invite code", + label: "Your referral code", required: true }].freeze @@ -344,7 +344,7 @@ class Registration def add_form(reply) form = reply.form form.type = :form - form.title = "Enter Invite Code" + form.title = "Enter Referral Code" form.instructions = @error if @error form.fields = FIELDS end