small logic fix
This commit is contained in:
parent
3f5d93a8df
commit
901088484a
|
@ -42,6 +42,8 @@ def get_uf_show(show):
|
||||||
uf_show = _('Invisible')
|
uf_show = _('Invisible')
|
||||||
elif show == 'not in the roster':
|
elif show == 'not in the roster':
|
||||||
uf_show = _('Not in the roster')
|
uf_show = _('Not in the roster')
|
||||||
|
elif show == 'requested':
|
||||||
|
uf_show = _('Unknown')
|
||||||
else:
|
else:
|
||||||
uf_show = _('Has errors')
|
uf_show = _('Has errors')
|
||||||
return unicode(uf_show)
|
return unicode(uf_show)
|
||||||
|
|
Loading…
Reference in New Issue