liquid_feedback_frontend

changeset 550:65ddf5998458

Fixed wrong state name in issue head
author bsw
date Tue May 29 20:52:49 2012 +0200 (2012-05-29)
parents 42d070777353
children c1dc3b14a4f3
files app/main/issue/_show.lua
line diff
     1.1 --- a/app/main/issue/_show.lua	Tue May 29 20:52:20 2012 +0200
     1.2 +++ b/app/main/issue/_show.lua	Tue May 29 20:52:49 2012 +0200
     1.3 @@ -55,7 +55,7 @@
     1.4        if issue.state_time_left then
     1.5          slot.put(" · ")
     1.6          if issue.state_time_left:sub(1,1) == "-" then
     1.7 -          if issue.state == "new" then
     1.8 +          if issue.state == "accepted" then
     1.9              ui.tag{ content = _("Discussion starts soon") }
    1.10            elseif issue.state == "discussion" then
    1.11              ui.tag{ content = _("Verification starts soon") }

Impressum / About Us