From c979e6465eb791249e2132ba65455fea9f25a788 Mon Sep 17 00:00:00 2001 From: evandroamaro Date: Tue, 5 Apr 2022 10:53:52 +0100 Subject: [PATCH] Tiny header Had the same translation as the small header. Corrected the translation. --- resources/lang/pt/editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pt/editor.php b/resources/lang/pt/editor.php index 81c33b201..3a6119681 100644 --- a/resources/lang/pt/editor.php +++ b/resources/lang/pt/editor.php @@ -31,7 +31,7 @@ return [ 'header_large' => 'Cabeçalho grande', 'header_medium' => 'Cabeçalho médio', 'header_small' => 'Cabeçalho pequeno', - 'header_tiny' => 'Cabeçalho pequeno', + 'header_tiny' => 'Cabeçalho minúsculo', 'paragraph' => 'Parágrafo', 'blockquote' => 'Citação', 'inline_code' => 'Código embutido',