From 9fa1f5b6345e74296f9e8e16ce217bfdebf4826b Mon Sep 17 00:00:00 2001 From: Artur Mancha Date: Thu, 2 Dec 2021 11:04:38 +0100 Subject: [PATCH] Update timeline.php Improved translation --- resources/lang/pt/timeline.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pt/timeline.php b/resources/lang/pt/timeline.php index 1d936d316..19d52709d 100644 --- a/resources/lang/pt/timeline.php +++ b/resources/lang/pt/timeline.php @@ -2,6 +2,6 @@ return [ - 'emptyPersonalTimeline' => 'Sua linha do tempo está vazia.', + 'emptyPersonalTimeline' => 'A tua linha do tempo está vazia.', ];