From 6a36db3cde6695ebe7afede9131be5489d4e74b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bouc=CC=8Cek?= Date: Mon, 31 Aug 2020 20:20:42 +0200 Subject: [PATCH] Czech translations: Fix broken labels --- resources/lang/cs/pagination.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/cs/pagination.php b/resources/lang/cs/pagination.php index 6281ff058..eb0beabb9 100644 --- a/resources/lang/cs/pagination.php +++ b/resources/lang/cs/pagination.php @@ -6,7 +6,7 @@ */ return [ - 'previous' => '\'« P', - 'next' => 'Dal', + 'previous' => '« Předchozí', + 'next' => 'Další »', ];