This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

Renatio
Renatio

Hi,

I create my own plugin which extends RainLab.User plugin and I would like to change menu string from "Users" to "Clients".

I followed documentation https://octobercms.com/docs/plugin/localization#overriding , but with no luck.

I created folder /lang/rainlab/user/en/lang.php in my project root with code

return [
    'users' => [
        'menu_label' => 'Clients',
        'all_users'  => 'All Clients',
    ]
];

I even tried to place this file into /plugins/my_namespace/my_plugin_name/lang/rainlab/user/en/lang.php, but with no luck either.

Am I missing something or this is broken?

Last updated

axomat
axomat

I have just tried this and got the same problem. So I think you may have found a bug. Are you comfortable with reporting an issue on github?

Renatio
Renatio

I created an issue on github, here is a link.

1-3 of 3

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.