I18n the Approved checkbox in getEditForm for Asset.pm
This commit is contained in:
parent
56e28acd50
commit
713d3dc801
1 changed files with 1 additions and 1 deletions
|
|
@ -957,7 +957,7 @@ sub getEditForm {
|
|||
name => 'approved',
|
||||
id => 'approveCheckbox',
|
||||
value => 'approved',
|
||||
label => 'Approved',
|
||||
label => $i18n->get('560', 'WebGUI'),
|
||||
checked => ( $session->setting->get( 'versionTagMode' ) eq 'autoCommit' ? 1 : 0 ),
|
||||
} );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue