liquid_feedback_frontend
diff app/main/member/_show_thumb.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 | dcbe505ddf24 | 
| children | a3ca8d5c8c79 | 
   line diff
1.1 --- a/app/main/member/_show_thumb.lua Wed Oct 20 15:47:25 2021 +0200 1.2 +++ b/app/main/member/_show_thumb.lua Wed Oct 20 15:48:51 2021 +0200 1.3 @@ -128,9 +128,9 @@ 1.4 1.5 if initiator and initiator.accepted then 1.6 if member.accepted == nil then 1.7 - slot.put(_"Invited") 1.8 + slot.put(_"Invited [as initiator]") 1.9 elseif member.accepted == false then 1.10 - slot.put(_"Rejected") 1.11 + slot.put(_"Rejected [initiator invitation]") 1.12 end 1.13 end 1.14