Try to add this code in Theme Options > Styling > Custom css:
.top-panel-open:after {
content: "Open top panel";
font-size: 14px;
font-family: Lato;
font-weight: 400;
font-style: normal;
right: 43%;
}
.top-panel-open span {
display: none;
}
Regards