Skip to content

Commit f5f0f8c

Browse files
committed
fix json
1 parent ec437b6 commit f5f0f8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/en/building/translations/localizing.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,8 @@ To change the language of outgoing texts for a CHV or Supervisor to Swahili, fol
320320
- Set up the translation for the reply message:
321321

322322
```json
323-
"messages": [{
323+
{
324+
"messages": [{
324325
"message": [{
325326
"content": "Thank you, visit for {{patient_name}} ({{patient_id}}) has been recorded.",
326327
"locale": "en"
@@ -333,6 +334,7 @@ To change the language of outgoing texts for a CHV or Supervisor to Swahili, fol
333334
"event_type": "report_accepted",
334335
"recipient": "reporting_unit"
335336
}]
337+
}
336338
```
337339

338340
<br clear="all">

0 commit comments

Comments
 (0)