/usr/share/phpmyadmin/templates/navigation/tree
Edit: /usr/share/phpmyadmin/templates/navigation/tree/path.twig (353B)
{% if not is_tree %}
{{ parent_name|url_encode }}
{% if list_content is empty %}
{% trans 'No tables found in database.' %}
{% endif %}
{% endif %}