liquid_feedback_frontend
diff app/main/delegation/show.lua @ 1098:286bbd976e84
Added missing translation for "no delegation set"
| author | bsw |
|---|---|
| date | Mon Oct 27 11:57:18 2014 +0100 (2014-10-27) |
| parents | 701a5cf6b067 |
| children | 904f6807f7fa |
line diff
1.1 --- a/app/main/delegation/show.lua Mon Oct 27 11:51:23 2014 +0100 1.2 +++ b/app/main/delegation/show.lua Mon Oct 27 11:57:18 2014 +0100 1.3 @@ -149,7 +149,7 @@ 1.4 local record 1.5 if issue then 1.6 local delegate_name = "" 1.7 - local scope = "no delegation set" 1.8 + local scope = _"no delegation set" 1.9 local area_delegation = Delegation:by_pk(app.session.member_id, nil, issue.area_id) 1.10 if area_delegation then 1.11 delegate_name = area_delegation.trustee and area_delegation.trustee.name or _"abandoned" 1.12 @@ -177,7 +177,7 @@ 1.13 } 1.14 elseif area then 1.15 local delegate_name = "" 1.16 - local scope = "no delegation set" 1.17 + local scope = _"no delegation set" 1.18 local unit_delegation = Delegation:by_pk(app.session.member_id, area.unit_id) 1.19 if unit_delegation then 1.20 delegate_name = unit_delegation.trustee.name