From 64575388d82dfff966b44a4428d6ba10f0db15db Mon Sep 17 00:00:00 2001 From: luna <5862lunamoon@gmail.com> Date: Wed, 11 Dec 2024 13:11:48 -0800 Subject: [PATCH] add tank vol tooltip --- app/Agri.Data/SeedData/UserPromptsData.json | 2 +- .../src/SERVERAPI/Views/Nutrients/FertigationDetails.cshtml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/Agri.Data/SeedData/UserPromptsData.json b/app/Agri.Data/SeedData/UserPromptsData.json index 77158f5e..59a7cc1a 100644 --- a/app/Agri.Data/SeedData/UserPromptsData.json +++ b/app/Agri.Data/SeedData/UserPromptsData.json @@ -814,7 +814,7 @@ { "Id": 122, "Name": "tankvolumeinfomessage", - "Text": "", + "Text": "Enter the volume of fertilizer mixture to be applied; do not enter the fertigation system's total output volume.", "UserPromptPage": "Calculate", "UserJourney": "Mixed" } diff --git a/app/Server/src/SERVERAPI/Views/Nutrients/FertigationDetails.cshtml b/app/Server/src/SERVERAPI/Views/Nutrients/FertigationDetails.cshtml index 9c94e882..f80e1cd4 100644 --- a/app/Server/src/SERVERAPI/Views/Nutrients/FertigationDetails.cshtml +++ b/app/Server/src/SERVERAPI/Views/Nutrients/FertigationDetails.cshtml @@ -55,8 +55,11 @@ @if(Model.selTypOption == "1" || Model.selTypOption == "2"){ -