I have dropdown list in my bootstrap menu.
I found a solution using "onclick"
onclick="$('#your-main-button-name').html('The text you want to show');"
Hope it helps! :)