diff --git a/app/partials/user/lightbox/lightbox-delete-account.jade b/app/partials/user/lightbox/lightbox-delete-account.jade index 9d4fb190..5befed76 100644 --- a/app/partials/user/lightbox/lightbox-delete-account.jade +++ b/app/partials/user/lightbox/lightbox-delete-account.jade @@ -3,10 +3,10 @@ a.close(href="", title="{{'close' | translate}}") form h2.title(translate="LIGHTBOX.DELETE_ACCOUNT.SECTION_NAME") p - span.question(translate="LIGHBOX.DELETE_ACCOUNT.CONFIRM") - span.subtitle(translate="LIGHBOX.DELETE_ACCOUNT.SUBTITLE") + span.question(translate="LIGHTBOX.DELETE_ACCOUNT.CONFIRM") + span.subtitle(translate="LIGHTBOX.DELETE_ACCOUNT.SUBTITLE") div.options a.button-green(href="", title="{{'COMMON.ACCEPT' | translate}}") - span(translate="COMMON.ACCEPT") Accept + span(translate="COMMON.ACCEPT") a.button-red(href="", title="{{'Cancel' | translate}}", ) - span(translate="COMMON.CANCEL") Accept + span(translate="COMMON.CANCEL")