diff --git a/source/templates/classic/partials/followup.ejs b/source/templates/classic/partials/followup.ejs
index d8d56646..95d4baa6 100644
--- a/source/templates/classic/partials/followup.ejs
+++ b/source/templates/classic/partials/followup.ejs
@@ -66,7 +66,7 @@
<% if ((plugins.followup.indepth)&&(section.issues.collaborators)) { %>
- <%= {organization:"From members/collaborators"}[account] ?? "From self and collaborators" %>
+ <%= account === "organization" ? "From members/collaborators" : "From self and collaborators" %>
@@ -135,7 +135,7 @@
<% if ((plugins.followup.indepth)&&(section.pr.collaborators)) { %>
- <%= {organization:"From members/collaborators"}[account] ?? "From self and collaborators" %>
+ <%= account === "organization" ? "From members/collaborators" : "From self and collaborators" %>