Retrieving information from a label when user press a button

In my application I have the following scenario: if the user click a "info" button, the info will be shown in a label (bottom right). The problem is that I am force to put this label a little far from the button, so I do not know if the user is awareness that the information he wants to retrieve are exactly in that label. For now I decided to put in label's header a keyword "info", and also make a tooltip that explains exactly what will happen if the user clicks the button.

Any advice for some UI / UX best practices in this case? Thanks a lot

enter image description here