From 0cc97fef010afd700995485cbb4f413798a9ee6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 25 Oct 2016 10:56:36 +0200 Subject: [PATCH] admin: note in datasource preview label that only some are displayed (#13725) --- wcs/admin/data_sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcs/admin/data_sources.py b/wcs/admin/data_sources.py index bd68da3..c087b0b 100644 --- a/wcs/admin/data_sources.py +++ b/wcs/admin/data_sources.py @@ -126,7 +126,7 @@ class NamedDataSourcePage(Directory): if data_source_type in ('json', 'formula'): items = get_structured_items(self.datasource.data_source) if items: - r += htmltext('

%s

') % _('Preview') + r += htmltext('

%s

') % _('Preview (first items only)') r += htmltext('