You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an ftl string to localize "None" for the secondary email when no secondary email is set. The string is se-secondary-email-none. However, this string is not being used. Instead it appears row-defaults-status is being used. For certain gendered languages, like French, causing the incorrect form of the word to appear (e.g. Aucun instead of the correct Aucune).
Steps to reproduce
Set your preferred website language to French
Open the settings page to an account without a secondary email set
Observe Aucun (string: row-defaults-status) appearing instead of Aucune (string: se-secondary-email-none)