25th Dec, 06:07 pm
To edit "Avatar" or any other text like you wanted you'll need to edit global.css. Find the following:
Replace with:
Code:
span[data-lang-variable="avatar"]:before {
content: "Avatar";
}
Replace with:
Code:
span[data-lang-variable="avatar"]:before {
content: "YourCustomText";
}