From 9958680047e3e73b803a77240bd80b633a8d10f3 Mon Sep 17 00:00:00 2001 From: shalakushka <56539373+shalakushka1@users.noreply.github.com> Date: Wed, 11 Mar 2026 14:43:12 -0300 Subject: [PATCH] Update translation for 'earlier' in Portuguese Change the translation of "earlier" in notifications to better fit with the rest of the UI. --- Assets/Translations/pt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Translations/pt.json b/Assets/Translations/pt.json index 7cb2a338c..56b97347a 100644 --- a/Assets/Translations/pt.json +++ b/Assets/Translations/pt.json @@ -639,7 +639,7 @@ "no-notifications": "Nenhuma notificação" }, "range": { - "earlier": "Mais antigas", + "earlier": "Antigas", "today": "Hoje", "yesterday": "Ontem" },