Changing the meteor accounts login label for Username and Password

The guide isn’t super helpful and straight forward in what should be a simple task - I want to change the label on sign in that says “Password” to “Passcode”, thats it

I’m using accounts unstyled and have installed aldeed:template-extension but looks like I can’t even overwrite the labels

Any help would be appreciated

Hi,

if you use the T9-package, you can do:

T9n.map 'en',
    "Password": "Passcode"

I’ve similair code change labels in a piece of code I called “startupFunctions.js”, as I need to set more stuff like this. It works :slight_smile:

1 Like