diff --git a/src/endWeek/economics/reputation.js b/src/endWeek/economics/reputation.js index 66c3e8668376c8c6a44afdb57440fcdb5993ebf8..bbc9d8d15a1aedda1e9ffe6d5d1dcb8ec90b6a86 100644 --- a/src/endWeek/economics/reputation.js +++ b/src/endWeek/economics/reputation.js @@ -638,7 +638,7 @@ App.EndWeek.reputation = function() { if (V.slaves.length > 20 && V.cash > 50000) { r.push(`Society <span class="green">strongly approves</span> of your great wealth and prosperity, as is only fitting for an`); if (V.PC.customTitle) { - r.push(`${V.PC.customTitle}`); + r.push(`${V.PC.customTitle}.`); } else if (V.PC.title === 1) { r.push(`proper Imperial noble.`); } else {