liquid_feedback_frontend
diff app/main/initiative/_sidebar_state.lua @ 1790:20c1c8cc28ba
Splitted different meanings of rejected, specified context of accepted and invited
| author | bsw |
|---|---|
| date | Wed Oct 20 15:48:51 2021 +0200 (2021-10-20) |
| parents | 37d910d919a3 |
| children |
line diff
1.1 --- a/app/main/initiative/_sidebar_state.lua Wed Oct 20 15:47:25 2021 +0200 1.2 +++ b/app/main/initiative/_sidebar_state.lua Wed Oct 20 15:48:51 2021 +0200 1.3 @@ -23,7 +23,7 @@ 1.4 elseif initiative.rank then 1.5 head_text = _("Rejected (rank #{rank})", { rank = initiative.rank }) 1.6 else 1.7 - head_text = _"Rejected" 1.8 + head_text = _"Rejected [initiative]" 1.9 end 1.10 1.11 ui.heading { level = 1, content = head_text }