Skip to content

Commit 5636f01

Browse files
authored
fix/word-error-base (#3480)
I've been analyzing the site for untranslated words and I noticed this punctuation/word error.
1 parent 4bb6bca commit 5636f01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/templates/pt/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
{% block reviewed_and_analyzed_by_after %}{% endblock %}
8484
{% block analysis_and_editing_by_after %}{% endblock %}
8585

86-
{% block date_published %}Data de publicação:: {% endblock %}
86+
{% block date_published %}Data de publicação: {% endblock %}
8787
{% block date_updated %}Data atualizada: {% endblock %}
8888

8989
{% block unedited %}[Não editado]{% endblock %}

0 commit comments

Comments
 (0)