Projet

Général

Profil

0001-misc-change-empty-document-box-message-22597.patch

Frédéric Péters, 17 mars 2018 13:37

Télécharger (756 octets)

Voir les différences:

Subject: [PATCH] misc: change empty document box message (#22597)

 fargo/fargo/tables.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
fargo/fargo/tables.py
15 15
    class Meta:
16 16
        model = models.Document
17 17
        fields = ('size', 'created')
18
        empty_text = _('You currently have no documents')
18
        empty_text = _('Your document box is currently empty.')
19
-