File tree Expand file tree Collapse file tree
app/javascript/src/apps/mydb Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ export default function CollectionSubtreeFunctions({ collectionId }) {
7979 < Dropdown . Menu renderOnMount popperConfig = { { strategy : 'fixed' } } >
8080 < Dropdown . Item onClick = { handleShowLiterature } >
8181 < i className = "fa square-icon fa-book me-1" />
82- Literature Report
82+ Reference Report
8383 </ Dropdown . Item >
8484 < Dropdown . Item onClick = { handleImportSamples } >
8585 < i className = "icon-square icon-arrow-down-to-bracket me-1" />
Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ export default class LiteratureModal extends Component {
345345 < Modal . Header closeButton >
346346 < Modal . Title >
347347 < i className = "fa fa-book me-2" />
348- { `Literature Report for collection ${ label } ` }
348+ { `Reference Report for collection ${ label } ` }
349349 </ Modal . Title >
350350 </ Modal . Header >
351351 < Modal . Body >
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ const tabInfoHash = {
7979 )
8080 } ,
8181 literature_map : {
82- title : 'Literature ' ,
82+ title : 'References ' ,
8383 iconEl : (
8484 < span >
8585 < i className = "fa fa-book" aria-hidden = "true" />
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ export default class SelectionActions extends React.Component {
247247 onClick = { ElementActions . showLiteratureDetail }
248248 >
249249 < i className = "fa fa-book me-1" />
250- < span className = "selection-action-text-label" > Literature </ span >
250+ < span className = "selection-action-text-label" > References </ span >
251251 </ Button >
252252 { this . renderModal ( ) }
253253 </ div >
You can’t perform that action at this time.
0 commit comments