From 4afdf922f2683ebe90748debc30d86988aeacdc9 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 27 Jun 2018 11:37:08 +0200 Subject: Make skip navigation links translatable Signed-off-by: Jan-Christoph Borchardt --- core/templates/layout.user.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/templates') diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 26669f4a573..44820c4a9a8 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -28,8 +28,8 @@ - Skip to main content - Skip to navigation of app + t('Skip to main content')); ?> + t('Skip to navigation of app')); ?>
-- cgit v1.2.3