Skip to content
Snippets Groups Projects
Commit 29440615 authored by Vanessa Klauenberg's avatar Vanessa Klauenberg
Browse files

Changed field name "Mschine name" to "Short name" in the Research groups configuration list

parent d6d08d9e
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ function sfb_commons_config_groups() {
// Array used for table header
$header = array(
array('data' => t('ID'), 'field' => 'id'),
array('data' => t('Maschine name'), 'field' => 'short_name'),
array('data' => t('Short name'), 'field' => 'short_name'),
array('data' => t('Name'), 'field' => 'name'),
array('data' => t('Leader'), 'field' => 'leader'),
array('data' => t('Leader email'), 'field' => 'leader_email'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment