{strip} {if $type === "phone"} {$_locales = [ "type" => _w("Phone"), "header" => _w("Please confirm your phone number"), "hint" => _w("sent to your phone") ]} {elseif $type === "email"} {$_locales = [ "type" => _w("Email"), "header" => _w("Please confirm your email address"), "hint" => _w("sent by email") ]} {else} {$_locales = [ "header" => _w("Error"), "content" => _w("Unsupported contact data type") ]} {/if} {$_locales["submit_button"] = _w("Done")} {if !empty($is_last_channel)} {$_locales["submit_button"] = _w("Complete checkout")} {/if}
{/strip}