If you only want to remove that line of text (vs. changing it) you can do that using CSS - add this to the custom CSS section of your theme:
.footer-navi .right-navi {
display: none;
}
If you only want to remove that line of text (vs. changing it) you can do that using CSS - add this to the custom CSS section of your theme:
.footer-navi .right-navi {
display: none;
}