Update copy

Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
This commit is contained in:
Eric Bailey
2025-05-07 09:13:09 -05:00
committed by GitHub
parent 8f747f0cb9
commit 7edc122749
@@ -135,7 +135,7 @@ export function Disable() {
const {clean} = cleanError(e)
dispatch({
type: 'setError',
error: clean || _(msg`Update to email 2FA settings failed`),
error: clean || _(msg`Failed to update email 2FA settings`),
})
}
}