From f76e4b7cada11b101cbc2cb798280709f48332fb Mon Sep 17 00:00:00 2001 From: Agnibho Mondal Date: Thu, 3 Jun 2021 03:09:07 +0530 Subject: [PATCH] Minor --- www/forms/report-abg.schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/forms/report-abg.schema.json b/www/forms/report-abg.schema.json index 26f65c2..f700aa2 100644 --- a/www/forms/report-abg.schema.json +++ b/www/forms/report-abg.schema.json @@ -52,15 +52,15 @@ "type": "number" }, "na": { - "description": "Na", + "description": "Sodium", "type": "number" }, "k": { - "description": "K", + "description": "Potassium", "type": "number" }, "cl": { - "description": "Cl", + "description": "Chloride", "type": "number" } }, -- 2.39.5