Update copy

Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
This commit is contained in:
Eric Bailey
2025-05-07 09:13:25 -05:00
committed by GitHub
parent 7edc122749
commit d3dda11343
@@ -80,7 +80,7 @@ export function Enable() {
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`),
})
}
}