From 6d2994154cbb45d24ff66d570dfa70bac29bfe92 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Mon, 28 Mar 2022 13:50:14 +0100 Subject: [PATCH] Update wording --- app/views/users/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index 1c26021f8..06152533b 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb @@ -26,7 +26,7 @@ spellcheck: "false" %> - <%= f.govuk_check_boxes_fieldset :is_dpo, multiple: false, legend: { text: "Are they a data protection officer?", size: "m" } do %> + <%= f.govuk_check_boxes_fieldset :is_dpo, multiple: false, legend: { text: "Are #{@user == current_user ? "you" : "they"} a data protection officer?", size: "m" } do %> <%= f.govuk_check_box :is_dpo, 1, 0, multiple: false, link_errors: true, label: { text: "Yes" } %> <% end %>