Marked 'Check Graphs Isomorphism' as beta, because it works incorrect sometimes.

This commit is contained in:
Oleg Sh
2025-05-06 21:16:42 +02:00
parent 7954c3a3c5
commit 9ef50c538e
13 changed files with 13 additions and 13 deletions

View File

@@ -219,7 +219,7 @@ Tenemos traducciones en griego 🇬🇷.</a> <a href=\"https://github.com/UnickS
$g_lang['search_isomorph_subgraph'] = "Search isomorphic subgraphs";
$g_lang['subgraph_no'] = "Isomorphic subgraph # ";
$g_lang['graph_has_no_atleast_2_graphs'] = "To use the algorithm, you need to create 2 separate graphs";
$g_lang['isomorphism_check'] = "Check Graphs Isomorphism";
$g_lang['isomorphism_check'] = "Check Graphs Isomorphism<sub>beta</sup>";
// RadiusAndDiameter.js
$g_lang['graph_is_disconnected'] = "Graph is disconnected";