diff --git a/frontend/public/js/proof/rules/cd/diff/diff.js b/frontend/public/js/proof/rules/cd/diff/diff.js
index 50771be..b573bec 100644
--- a/frontend/public/js/proof/rules/cd/diff/diff.js
+++ b/frontend/public/js/proof/rules/cd/diff/diff.js
@@ -561,7 +561,7 @@ export class DifferenceCD {
question.setAttribute("data-tooltip",
`By expressing the premises and conclusion (or its negation)
- as a graph of dependencies, a negative cycle indicates how variables
+ as a graph of inequalities, a negative cycle shows how variables
become equal to more than one value, which is a contradiction.
Double-click on a variable node to see how a value becomes negative.`
);