From a2d4a6aefdc36b17f560ff3713c94418afbf7a8f Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Mon, 20 Jun 2022 10:39:09 +0100 Subject: [PATCH] Fix tenancy code id --- app/models/form/setup/questions/tenant_code.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."