Problem/Motivation

The current remaining attempts message doesn't use the formatPlural method, so when only one attempt remains, the message reads:

You are required to setup two-factor authentication here. You have 1 attempts left after this you will be unable to login.

Proposed resolution

Utilize the formatPlural method so that this reads correctly.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

CommentFileSizeAuthor
#2 3039597-02.patch1.25 KBjhedstrom

Comments

jhedstrom created an issue. See original summary.

jhedstrom’s picture

Status: Active » Needs review
StatusFileSize
new1.25 KB

This uses formatPlural.

daggerhart’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me. RTBC and will merge in.

  • daggerhart committed b797b9c on 8.x-1.x authored by jhedstrom
    Issue #3039597 by jhedstrom: Use `formatPlural` for number of remaining...
daggerhart’s picture

Status: Reviewed & tested by the community » Fixed

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.