From ea03177126c1e8e9803989be248605367c36b603 Mon Sep 17 00:00:00 2001 From: stiny861 Date: Fri, 11 Apr 2025 07:44:14 -0500 Subject: [PATCH] Update sqlserver2022.json (#3838) Corrected some typos and grammer --- frontend/public/json/sqlserver2022.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/sqlserver2022.json b/frontend/public/json/sqlserver2022.json index 818b88c4d..ea907ae4b 100644 --- a/frontend/public/json/sqlserver2022.json +++ b/frontend/public/json/sqlserver2022.json @@ -32,7 +32,7 @@ }, "notes":[ { - "text":"if you not choose the install setup, execute: `/opt/mssql/bin/mssql-conf setup` in LXC shell.", + "text":"If you choose not to run the installation setup, execute: `/opt/mssql/bin/mssql-conf setup` in LXC shell.", "type":"info" }, { @@ -40,7 +40,7 @@ "type":"info" }, { - "text":"Do disable the SA account if you intent to use this in production!", + "text":"Make sure you disable the SA account if you intend to use this in production!", "type":"warning" } ]