From cb0e3009758780af7a3e44d80c83a363d2ab115e Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Fri, 6 Feb 2015 13:20:28 +0000 Subject: [PATCH] Issue #2418481 by tstoeckler: Views more text cannot be translated --- core/modules/views/config/schema/views.data_types.schema.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/views/config/schema/views.data_types.schema.yml b/core/modules/views/config/schema/views.data_types.schema.yml index a9cf79ba1ad1..50a075e2048a 100644 --- a/core/modules/views/config/schema/views.data_types.schema.yml +++ b/core/modules/views/config/schema/views.data_types.schema.yml @@ -223,7 +223,7 @@ views_display: type: boolean label: 'Display ''more'' link only if there is more content' use_more_text: - type: string + type: label label: 'The text to display for the more link.' link_display: type: string -- GitLab