diff --git a/README.md b/README.md index a9fc11f..ede0fdd 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The search results can be copied to the clipboard or saved to a list that can be ### Acknowledgements -OntoClick was born at [Health Hack Sydney](https://speakerdeck.com/azankl/ontoclick-pitch-healthhack-2017) in November 2017. Many thanks to Team Ontoclick, in particular Graham Towse from [LivingryLabs](https://www.livingrylabs.net/) for developing the first prototype. The current version was built by Anthony Xu, Yifei (Frank) Luo, Aravind Venkateswaran, and Lianguizi (Alisa) Zhou, bioinformatics students at the University of New South Wales, as part of their BINF6111 engineering project. +OntoClick was born at [Health Hack Sydney](https://speakerdeck.com/azankl/ontoclick-pitch-healthhack-2017) in November 2017. Many thanks to Team Ontoclick, in particular Graham Towse from [LivingryLabs](https://www.livingrylabs.net/) for developing the first prototype. That prototype was further improved with the help of Anthony Xu, Yifei (Frank) Luo, Aravind Venkateswaran, and Lianguizi (Alisa) Zhou, bioinformatics students at the University of New South Wales, as part of their BINF6111 engineering project. ### Install from Chrome Store diff --git a/src/components/SearchBox/SearchBox.vue b/src/components/SearchBox/SearchBox.vue index 1646a73..410a91d 100644 --- a/src/components/SearchBox/SearchBox.vue +++ b/src/components/SearchBox/SearchBox.vue @@ -32,8 +32,8 @@ diff --git a/src/components/SearchBox/table/TableOptions.js b/src/components/SearchBox/table/TableOptions.js index d0eb869..026ea04 100644 --- a/src/components/SearchBox/table/TableOptions.js +++ b/src/components/SearchBox/table/TableOptions.js @@ -90,7 +90,7 @@ export default { page: 'page' }, headings: { - notation: 'Notation', + notation: 'Identifier', prefLabel: 'Label', spantext: 'Actions' },