diff --git a/app/models/form/setup/questions/tenant_code.rb b/app/models/form/setup/questions/tenant_code.rb index 26d94458e..d819b898b 100644 --- a/app/models/form/setup/questions/tenant_code.rb +++ b/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."