Skip to content

How to change visible action name in context menu to lowercase? #4513

Answered by duncanmcclean
jensolafkoch asked this question in Q&A
Discussion options

You must be logged in to vote

You can use the title method to return whatever you like:

public static function title()
{
    return 'WhateverYouWantTheTitleToBe';
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jensolafkoch
Comment options

Answer selected by jensolafkoch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants