Improve empty document cabinet view message.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-09-12 03:50:15 -04:00
parent 55930689bb
commit 1f5da1745a

View File

@@ -120,9 +120,9 @@ class CabinetDetailView(DocumentListView):
)
),
'no_results_text': _(
'Cabinets level can contain documents or other '
'cabinet sub levels. Documents can be added from '
'the document\'s cabinet section.'
'Cabinet levels can contain documents or other '
'cabinet sub levels. To add documents to a cabinet, '
'select the cabinet view of a document view.'
),
'no_results_title': _('This cabinet level is empty'),
'object': cabinet,