Skip to content

Commit 9b58333

Browse files
committed
remove pluralisation on 'one' encounter heading
1 parent 816a831 commit 9b58333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/locales/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,7 @@ export const en = {
14641464
},
14651465
encounters: {
14661466
count:
1467-
'{count, plural, =0 {No encounters recorded} one {Encounter} other {# encounters}}'
1467+
'{count, plural, =0 {No encounters recorded} one {Encounters} other {# encounters}}'
14681468
},
14691469
vaccinationRecord: {
14701470
label: 'Vaccination record',

0 commit comments

Comments
 (0)