From d0b50254cda01f46914e316bad3be80386c4b05a Mon Sep 17 00:00:00 2001 From: ali asaria <aliasaria@users.noreply.github.com> Date: Thu, 20 Jun 2024 10:58:18 -0400 Subject: [PATCH] wording change --- src/renderer/components/Experiment/Train/TrainingModalLoRA.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/Experiment/Train/TrainingModalLoRA.tsx b/src/renderer/components/Experiment/Train/TrainingModalLoRA.tsx index 01a6113c..83684416 100644 --- a/src/renderer/components/Experiment/Train/TrainingModalLoRA.tsx +++ b/src/renderer/components/Experiment/Train/TrainingModalLoRA.tsx @@ -166,7 +166,7 @@ export default function TrainingModalLoRA({ size="lg" /> <FormHelperText> - Give this training recipe a unique name + Give this specific training recipe a unique name </FormHelperText> </FormControl> <FormLabel>Info</FormLabel> -- GitLab