Update main.php

This commit is contained in:
Victor Schmidt
2023-10-04 20:22:39 -03:00
committed by GitHub
parent 131f1a0e14
commit 62ee48191e

View File

@@ -3,6 +3,6 @@
$g_lang["m_titlePostfix"] = "";
$g_lang["m_title"] = "Graph Online";
$g_lang["m_keyWords"] = "Graph Online, find shortest path, visualization";
$g_lang["m_keyWords"] = "Graph Online, encontrar menor caminho, visualização";
$g_lang["m_description"] = "";
?>