From 8cc1cb6d984143b18f4cb2883c602f3d039bc18c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 17 Mar 2018 13:34:47 +0100 Subject: [PATCH] misc: change empty document box message (#22597) --- fargo/fargo/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fargo/fargo/tables.py b/fargo/fargo/tables.py index ab9ef0f..be4b5c6 100644 --- a/fargo/fargo/tables.py +++ b/fargo/fargo/tables.py @@ -15,4 +15,4 @@ class DocumentTable(tables.Table): class Meta: model = models.Document fields = ('size', 'created') - empty_text = _('You currently have no documents') + empty_text = _('Your document box is currently empty.') -- 2.16.2