We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd1f5b commit aacb042Copy full SHA for aacb042
content.js
@@ -46,7 +46,7 @@ function addDiffButton() {
46
}
47
48
function showButtonSuccess(button) {
49
- button.textContent = "Copied!";
+ button.textContent = "Diffinity SUCCESS!";
50
button.style.backgroundColor = "#2da44e";
51
button.style.color = "white";
52
setTimeout(() => {
@@ -57,7 +57,7 @@ function showButtonSuccess(button) {
57
58
59
function showButtonError(button) {
60
- button.textContent = "Copy Failed";
+ button.textContent = "Diffinity Failed";
61
button.style.backgroundColor = "#cf222e";
62
63
0 commit comments