Browse Source

Fix tenancy code id

pull/682/head
baarkerlounger 3 years ago
parent
commit
a2d4a6aefd
  1. 2
      app/models/form/setup/questions/tenant_code.rb

2
app/models/form/setup/questions/tenant_code.rb

@ -1,7 +1,7 @@
class Form::Setup::Questions::TenantCode < ::Form::Question
def initialize(id, hsh, page)
super
@id = "tenant_code"
@id = "tenancy_code"
@check_answer_label = "Tenant code"
@header = "What is the tenant code?"
@hint_text = "This is how you usually refer to this tenancy on your own systems."

Loading…
Cancel
Save