Skip to content

Commit ab4ca69

Browse files
Show parental relationship lowercase
1 parent 63b4413 commit ab4ca69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/utils/string.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ export function formatParent(parent, includeContactDetails = true) {
335335

336336
// Add relationship, if provided
337337
if (parent.fullName !== undefined && parent.relationship) {
338-
string += ` (${parent.relationship})`
338+
string += ` (${lowerCaseFirst(parent.relationship)})`
339339
}
340340

341341
// Add telephone number, if provided

0 commit comments

Comments
 (0)