Skip to content

Commit b53e939

Browse files
committed
Rename 'Literature' to 'References' (#2991)
1 parent 73859b9 commit b53e939

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/javascript/src/apps/mydb/collections/CollectionSubtreeFunctions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" />

app/javascript/src/apps/mydb/collections/LiteratureModal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

app/javascript/src/apps/mydb/elements/details/ElementDetails.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" />

app/javascript/src/apps/mydb/elements/list/selectionActions/SelectionActions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)