How can I fix a liquid error appearing on my site's header?

here is my site www.petbenefit.net

i accidentally removed a file of an old app and it is now showing up as a liquid error above the header on the homepage. i cant seem to figure out how to fix it. any tips?

@aimeemorash7 in your themes theme.liquid look for something like the following:

{% include translation-lab-language-management.liquid %}

or

{% render translation-lab-language-management.liquid %}

there may even be a header.liquid or other snippet you have to dig through to find a source.

FYI: there also another error “Liquid error: Could not find asset snippets/adaptive-color.liquid”

Merchants that need this type of stuff just fixed can contact me at paull.newton+shopifyforums@gmail.com with topic url/details, store url ,theme name.

i found {% render ‘translation-lab-language-management’ %}, what do i do now? im not sure if i have to remove it or add something. thank you so much

Yes remove it ,or comment it out by wrapping it in comment tags

{%-comment%}{% render ‘translation-lab-language-management’ %}{%-endcomment-%}