Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digibib
deichman
Commits
b5f2733b
Commit
b5f2733b
authored
Jan 16, 2019
by
Petter Goksøyr Åsen
Browse files
timber: add missing message to ListItemDueDate
Fixes display of fine with returned items.
parent
f4b91b20
Changes
1
Hide whitespace changes
Inline
Side-by-side
timber/src/frontend/components/ListItemDueDate.js
View file @
b5f2733b
...
...
@@ -55,6 +55,11 @@ export const messages = defineMessages({
id
:
"
UserLoans.dueDatePassed
"
,
description
:
"
The due date of a reservation was passed
"
,
defaultMessage
:
"
Due date passed
"
},
returned
:
{
id
:
"
UserLoans.returned
"
,
description
:
"
When an item is returned
"
,
defaultMessage
:
"
Returned
"
}
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment