Updates 'description not informed' label. Closes #35

This commit is contained in:
mateuswetah 2020-09-29 18:50:52 -03:00
parent 2ecf645f20
commit b2cd43868c
3 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WordPress Blank Pot v1.0.0\n"
"Report-Msgid-Bugs-To: Translator Name <translations@example.com>\n"
"POT-Creation-Date: 2020-08-19 16:16-0300\n"
"POT-Creation-Date: 2020-09-29 18:50-0300\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: Your Team <translations@example.com>\n"
@ -1109,8 +1109,8 @@ msgid "Description"
msgstr "Descrição"
#: template-parts/loop-tainacan-collection.php:24
msgid "Description not informed"
msgstr "Descrição não informada"
msgid "No description provided"
msgstr "Nenhuma descrição informada"
#: template-parts/loop.php:10
msgid "Blog Posts"

View File

@ -21,7 +21,7 @@
<?php if ( get_the_excerpt() ) : ?>
<p><?php echo wp_trim_words( get_the_excerpt(), 35, '[...]' ); ?></p>
<?php else : ?>
<p style="font-style: italic;"><?php _e( 'Description not informed', 'tainacan-interface' ); ?></p>
<p style="font-style: italic;"><?php _e( 'No description provided', 'tainacan-interface' ); ?></p>
<?php endif; ?>
</div>
</div>