From 0b0b61a3ec611856f9037b3e372a13581a9e15a9 Mon Sep 17 00:00:00 2001 From: Saijin-Naib <19295950+Saijin-Naib@users.noreply.github.com> Date: Tue, 21 Feb 2023 00:08:03 -0500 Subject: [PATCH] Fix stray git Replace git at line 30 with newline --- coreplugins/diagnostic/templates/diagnostic.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreplugins/diagnostic/templates/diagnostic.html b/coreplugins/diagnostic/templates/diagnostic.html index d08e2e97..adc39929 100644 --- a/coreplugins/diagnostic/templates/diagnostic.html +++ b/coreplugins/diagnostic/templates/diagnostic.html @@ -27,7 +27,7 @@ {% endif %} -git +
{% trans 'Note!' %} {% blocktrans with win_hyperv_link="Windows (Hyper-V)" win_wsl2_link="Windows (WSL2)" mac_link="MacOS" %}These values might be relative to the virtualization environment in which the application is running, not necessarily the values of the your machine. See instructions for {{ win_hyperv_link }}, {{ win_wsl2_link }}, and {{ mac_link }} for changing these values in a Docker setup.{% endblocktrans %}