Skip to content

Commit

Permalink
BASIRA #256 - Changing "Color" label to "Color of Bookmarks/Registers"
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Nov 27, 2024
1 parent 662ccd4 commit 9155c3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions client/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,9 @@
"bindingOrnamentation": "Binding Ornamentation",
"bindingRelationshipToTextBlock": "Binding Relationship to Text Block",
"bindingType": "Binding Type",
"bookmarksRegisterColor": "Bookmark/Register Color",
"bookmarksRegisterColor": "Color of Bookmarks/Registers",
"bookmarksRegisters": "Number of Bookmarks/Registers Visible",
"bookmarkRegisterStyle": "Bookmark/Register Style",
"color": "Color",
"colorOfForeEdges": "Color of Textblock Edges",
"decoratedForeEdges": "Decorated Textblock Edges",
"documentFormat": "Document Format",
Expand Down Expand Up @@ -481,7 +480,7 @@
"bindingOrnamentation": "Binding Ornamentation",
"bindingRelationship": "Binding Relationship to Textblock",
"bindingType": "Binding Type",
"bookmarkRegisterColor": "Color",
"bookmarkRegisterColor": "Color of Bookmarks/Registers",
"bookmarkStyle": "Bookmark/Register Style",
"bookmarksRegisters": "Number of Bookmarks/Registers Visible",
"decoratedForeEdges": "Decorated Textblock Edges",
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/Document.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ const Document = () => {
label: t('Document.labels.bookmarksRegisters')
}, {
name: 'bookmark_register_color',
label: t('Document.labels.color'),
label: t('Document.labels.bookmarksRegisterColor'),
qualification: {
object: 'Document',
group: 'Color',
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 @@ -366,7 +366,7 @@ const Document = (props: Props) => {
{...props}
formField='bookmark_register_color'
group='Color'
label={props.t('Document.labels.color')}
label={props.t('Document.labels.bookmarksRegisterColor')}
multiple
object='Document'
/>
Expand Down

0 comments on commit 9155c3b

Please sign in to comment.