- This topic has 2 replies, 3 voices, and was last updated 7 years, 2 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Addon Related › eMember login form change the emember label
Tagged: emember label change, login widget
hello
I am using the login widget from emember. I want to change the emember label. The eMember label now says: “Paswoord”. I want to change it to “Wachtwoord”, but i don’t know how to write a code to change this label.
Please refer to these directions:
Nick,
You can easily change labels in the LANGUAGE file relative to your installation. From what I can see, you might be set to use Dutch.
Edit the file:
/home/your-site-wp/wp-content/plugins/wp-eMember/lang/nld.php
Paswoord shows up in four places in that file.
The line numbers should be:
26, 29, 103, 133
The purpose of the language file is to allow the programmers/coders to have a unique name for various elements, but provide the means to have what shows up on the screen be correct in a given language.
Hope that helps and good luck.
Dave
PS…be sure to use a TEXT/ASCII editor ONLY to modify that file.
Also, make a backup copy before you change the master.
And keep in mind that whatever you CHANGE may be replaced the next time the plugin is updated, so when you have changed the file and it is working for you, make a backup copy of the changed file as well as the original.