Skip to content

Commit

Permalink
Changed the label of cycles tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianAlrabbaa committed Jan 29, 2025
1 parent 11ba4e0 commit 7bb4828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/public/js/proof/rules/cd/cd-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function combineSteps(data, name) {
if (keys.length === 1) {
return data;
} else {
const d = { id: "combined", premises: [], name: `Negative Cycle\n${name}` };
const d = { id: "combined", premises: [], name: `Negative Cycle - ${name}` };
const s = new Set();
keys.forEach(id => {
d.domain = data.ops[id].domain;
Expand Down

0 comments on commit 7bb4828

Please sign in to comment.