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