From 901088484ac3260f532b3618be0f00e3d624aa7b Mon Sep 17 00:00:00 2001
From: Nikos Kouremenos <kourem@gmail.com>
Date: Thu, 4 Aug 2005 19:47:01 +0000
Subject: [PATCH] small logic fix

---
 src/common/helpers.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/common/helpers.py b/src/common/helpers.py
index 100f8b6bb0..e83313201b 100644
--- a/src/common/helpers.py
+++ b/src/common/helpers.py
@@ -42,6 +42,8 @@ def get_uf_show(show):
 		uf_show = _('Invisible')
 	elif show == 'not in the roster':
 		uf_show = _('Not in the roster')
+	elif show == 'requested':
+		uf_show = _('Unknown')
 	else:
 		uf_show = _('Has errors')
 	return unicode(uf_show)
-- 
GitLab