Files
streamline-emr/docker/_streamline-src/resources/lang/en/audit.php
T

12 lines
476 B
PHP
Executable File

<?php
return [
'unavailable_audits' => 'No Audits available',
'updated' => [
'metadata' => 'On :audit_created_at, :user_name [:audit_ip_address] updated this record via :audit_url',
'modified' => [
'title' => 'The Title has been modified from <strong>:old</strong> to <strong>:new</strong>',
'content' => 'The Content has been modified from <strong>:old</strong> to <strong>:new</strong>',
],
],
];