Currently the confirm prompt is hardcoded to look for the string "delete", but that is confusing for non-English speakers. I think we should change that to be dynamic based on the i18n translation, and if a translation isn't available, fallback to "delete".
https://github.com/podverse/podverse-web/blob/develop/src/components/Modals/Auth/ConfirmDeleteAccountModal.tsx#L23