diff --git a/templates/Open/Organisations/index.php b/templates/Open/Organisations/index.php index fa6fcab..18be544 100644 --- a/templates/Open/Organisations/index.php +++ b/templates/Open/Organisations/index.php @@ -57,7 +57,7 @@ echo $this->element('genericElements/IndexTable/index_table', [ 'data_path' => 'url', ], [ - 'name' => __('Nationality'), + 'name' => __('Country'), 'data_path' => 'nationality', ], [ diff --git a/templates/Organisations/add.php b/templates/Organisations/add.php index 72b9a9e..787f9a4 100644 --- a/templates/Organisations/add.php +++ b/templates/Organisations/add.php @@ -16,6 +16,7 @@ 'field' => 'url' ), array( + 'label' => __('Country'), 'field' => 'nationality' ), array( diff --git a/templates/Organisations/index.php b/templates/Organisations/index.php index 34e4a10..2347b04 100644 --- a/templates/Organisations/index.php +++ b/templates/Organisations/index.php @@ -66,7 +66,7 @@ echo $this->element('genericElements/IndexTable/index_table', [ 'data_path' => 'url', ], [ - 'name' => __('Nationality'), + 'name' => __('Country'), 'data_path' => 'nationality', 'sort' => 'nationality', ], diff --git a/templates/Organisations/view.php b/templates/Organisations/view.php index 8ffbef8..e393c6f 100644 --- a/templates/Organisations/view.php +++ b/templates/Organisations/view.php @@ -22,7 +22,7 @@ echo $this->element( 'path' => 'url' ], [ - 'key' => __('Nationality'), + 'key' => __('Country'), 'path' => 'nationality' ], [