You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/contributors/contributor.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ async function fetchContributors() {
139
139
140
140
// Certificate content
141
141
ctx.font="35px Arial";
142
-
constcontent=`This certificate is proudly presented to ${username} for their valuable contribution to planetoid. Keep contributing. Best wishes for their future endeavors.`;
142
+
constcontent=`This certificate is proudly presented to ${username} for his/her valuable contribution to Eventica. Keep contributing. Best wishes for your future endeavors.`;
143
143
144
144
// Call the wrapText function to render wrapped text
145
145
constcontentX=canvas.width/2;
@@ -197,11 +197,11 @@ async function fetchContributors() {
0 commit comments