Skip to content

Commit 2c864d6

Browse files
authored
Minor update
1 parent d728445 commit 2c864d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/contributors/contributor.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ async function fetchContributors() {
139139

140140
// Certificate content
141141
ctx.font = "35px Arial";
142-
const content = `This certificate is proudly presented to ${username} for their valuable contribution to planetoid. Keep contributing. Best wishes for their future endeavors.`;
142+
const content = `This certificate is proudly presented to ${username} for his/her valuable contribution to Eventica. Keep contributing. Best wishes for your future endeavors.`;
143143

144144
// Call the wrapText function to render wrapped text
145145
const contentX = canvas.width / 2;
@@ -197,11 +197,11 @@ async function fetchContributors() {
197197
};
198198
}
199199
} catch (error) {
200-
console.error("Error fetching contributors:", error);
200+
console.error("Error fetching the contributors:", error);
201201

202202
// Show error message on the page
203203
const errorMessage = document.createElement("p");
204-
errorMessage.textContent = "Failed to load contributors. Please try again.";
204+
errorMessage.textContent = "Failed to load the contributors. Please try again.";
205205
contributorsContainer.appendChild(errorMessage);
206206
}
207207
}

0 commit comments

Comments
 (0)