You are here

public function DownloadByJobItemsTmgmtActionApproveForm::getDescription in TMGMT Translator Smartling 8.4

File

src/Form/DownloadByJobItemsTmgmtActionApproveForm.php, line 48

Class

DownloadByJobItemsTmgmtActionApproveForm
Provides a confirmation form for sending multiple content entities.

Namespace

Drupal\tmgmt_smartling\Form

Code

public function getDescription() {
  return $this
    ->t('Downloading can take some time, do not close the browser');
}