Skip to content

Commit 8be6a61

Browse files
committed
fix(plugins/followup): improve text for orgs (closes lowlighter#813)
1 parent cab068c commit 8be6a61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/templates/classic/partials/followup.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<% if ((plugins.followup.indepth)&&(section.issues.collaborators)) { %>
6767
<div class="field blue fill-width">
6868
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M13.25 0a.75.75 0 01.75.75V2h1.25a.75.75 0 010 1.5H14v1.25a.75.75 0 01-1.5 0V3.5h-1.25a.75.75 0 010-1.5h1.25V.75a.75.75 0 01.75-.75zM5.5 4a2 2 0 100 4 2 2 0 000-4zm2.4 4.548a3.5 3.5 0 10-4.799 0 5.527 5.527 0 00-3.1 4.66.75.75 0 101.498.085A4.01 4.01 0 015.5 9.5a4.01 4.01 0 014.001 3.793.75.75 0 101.498-.086 5.527 5.527 0 00-3.1-4.659z"></path></svg>
69-
From self and collaborators
69+
<%= {organization:"From members/collaborators"}[account] ?? "From self and collaborators" %>
7070
</div>
7171
<div class="followup legend field fill-width">
7272
<div class="field">
@@ -135,7 +135,7 @@
135135
<% if ((plugins.followup.indepth)&&(section.pr.collaborators)) { %>
136136
<div class="field blue fill-width">
137137
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M13.25 0a.75.75 0 01.75.75V2h1.25a.75.75 0 010 1.5H14v1.25a.75.75 0 01-1.5 0V3.5h-1.25a.75.75 0 010-1.5h1.25V.75a.75.75 0 01.75-.75zM5.5 4a2 2 0 100 4 2 2 0 000-4zm2.4 4.548a3.5 3.5 0 10-4.799 0 5.527 5.527 0 00-3.1 4.66.75.75 0 101.498.085A4.01 4.01 0 015.5 9.5a4.01 4.01 0 014.001 3.793.75.75 0 101.498-.086 5.527 5.527 0 00-3.1-4.659z"></path></svg>
138-
From self and collaborators
138+
<%= {organization:"From members/collaborators"}[account] ?? "From self and collaborators" %>
139139
</div>
140140
<div class="followup legend field fill-width">
141141
<div class="field">

0 commit comments

Comments
 (0)