translation fixes..

This commit is contained in:
Cüneyt Şentürk
2021-01-11 23:04:55 +03:00
parent 813ebfe600
commit b4d406096b
2 changed files with 4 additions and 6 deletions

View File

@@ -714,7 +714,7 @@ abstract class DocumentIndex extends Base
return $textDocumentStatus;
}
$translation = $this->getTextFromConfig($type, 'document_status', '.statuses.');
$translation = $this->getTextFromConfig($type, 'document_status', 'statuses.');
if (!empty($translation)) {
return $translation;