diff --git a/utils.py b/utils.py index f5bc90e..78eae8e 100644 --- a/utils.py +++ b/utils.py @@ -112,7 +112,7 @@ def __init__(self, message, *args, **kw): class IconsView(STLView): access = 'is_authenticated' - title = MSG(u'Voir') + title = MSG(u'View') template = '/ui/goodforms/icons_view.xml' resources_names = []