Skip to content

Commit

Permalink
BASIRA #256 - Replacing "The book" label with "The document"
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Nov 27, 2024
1 parent f323b2c commit 65597b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion client/src/components/ActionModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const ActionModal = (props: Props) => (
className='action-description'
size='medium'
>
<div>{ props.t('ActionModal.labels.book') }</div>
<div>{ props.t('ActionModal.labels.document') }</div>
<ValueListDropdown
{...props}
object='Document'
Expand Down
10 changes: 5 additions & 5 deletions client/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"ActionModal": {
"labels": {
"body": "Body descriptors",
"book": "The book",
"descriptors": "Entity descriptors",
"document": "The document",
"notes": "Notes"
},
"title": {
Expand Down Expand Up @@ -188,11 +188,11 @@
},
"Document": {
"actions": {
"book": "The book",
"columns": {
"entity": "Entity",
"verb": "Verb"
}
},
"document": "The document"
},
"labels": {
"action": "The document {{verb}} {{entity}}",
Expand Down Expand Up @@ -352,7 +352,7 @@
"name": "Name",
"nationality": "Nationality",
"type": "Type",
"url": "URL",
"url": "Authorized Vocabulary URL",
"yearOfBirth": "Year of birth",
"yearOfDeath": "Year of death",
"yearsOfActivity": "Years of activity"
Expand Down Expand Up @@ -390,7 +390,7 @@
"notes": "Notes",
"state": "State",
"type": "Type",
"url": "URL"
"url": "Authorized Vocabulary URL"
},
"locations": {
"columns": {
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/admin/Document.js
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ const Document = (props: Props) => {
columns={[{
name: 'book',
label: '',
resolve: () => props.t('Document.actions.book'),
resolve: () => props.t('Document.actions.document'),
sortable: false
}, {
name: 'verb',
Expand Down

0 comments on commit 65597b2

Please sign in to comment.