chg: [galaxyClusterRelations] Changed add/edit relationships to singular

pull/6120/head
mokaddem 2020-09-23 17:56:02 +02:00
parent 0f81db556c
commit 0a264d902c
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
2 changed files with 2 additions and 2 deletions

View File

@ -1366,7 +1366,7 @@ $divider = $this->element('/genericElements/SideMenu/side_menu_divider');
echo $this->element('/genericElements/SideMenu/side_menu_link', array(
'element_id' => 'add',
'url' => $baseurl . '/galaxy_cluster_relations/add/',
'text' => __('Add Relationships')
'text' => __('Add Relationship')
));
}
break;

View File

@ -5,7 +5,7 @@
echo $this->element('genericElements/Form/genericForm', array(
'form' => $this->Form,
'data' => array(
'title' => $action == 'add' ? __('Add Galaxy Cluster Relationships') : __('Edit Galaxy Cluster Relationships'),
'title' => ($action == 'add' ? __('Add') : __('Edit')) . ' ' . __('Galaxy Cluster Relationship'),
'fields' => array(
array(
'field' => 'galaxy_cluster_uuid',