Skip to content

Remove v-html from delete account modal

What does this MR do?

Removes v-html from ~/profile/account/components/delete_account_modal.vue. In this component, v-html was only used to insert HTML tags in translated strings. So, instead of migrating to v-safe-html, we can leverage GlSprintf to safely format and translate those strings.

Screenshots (no visual change)

Before After
Screen_Shot_2021-05-28_at_2.38.31_PM Screen_Shot_2021-05-28_at_2.38.03_PM

Related to #241869 (closed)

Merge request reports