diff --git a/app/views/checkout/_platform_terms_of_service.html.haml b/app/views/checkout/_platform_terms_of_service.html.haml index 07b85b734f..884ca0f865 100644 --- a/app/views/checkout/_platform_terms_of_service.html.haml +++ b/app/views/checkout/_platform_terms_of_service.html.haml @@ -1,4 +1,10 @@ %p - %input{ type: "checkbox", id: "accept_terms", ng: { model: "platform_tos_accepted", init: "platform_tos_accepted = #{platform_tos_already_accepted?}" } } - %label.small{for: "platform_tos_accepted"} + %input{ type: "checkbox", + id: "accept_terms", + ng: { + model: "platform_tos_accepted", + init: "platform_tos_accepted = #{platform_tos_already_accepted?}" + } + } + %label.small{for: "accept_terms"} = t(".message_html", tos_link: link_to_platform_terms)