devops.php 476 B

123456789
  1. <?php
  2. $lang->action->desc->editcustomfields = '$date, adjusted settings by <strong>$actor</strong>.' . "\n";
  3. $lang->action->desc->terminal = '$date, <strong>$actor</strong> accessed the terminal' . "\n";
  4. $lang->action->label->editcustomfields = 'Adjusted Settings';
  5. $lang->action->label->terminal = 'Terminal Access';
  6. $lang->action->label->deploypublished = 'Published';
  7. $lang->action->desc->deploypublished = '$date, deployed by <strong>$actor</strong>.';