From a60ee06d74e259b21ba6e3cd1965dae4bcd9dc9d Mon Sep 17 00:00:00 2001
From: Benjamin Ledel <benjamin@schule-plus.com>
Date: Wed, 26 Mar 2025 18:27:46 +0100
Subject: [PATCH] * description of tools

---
 .../control-center/result-tools/result-tools.component.html   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/frontend/src/app/control-center/result-tools/result-tools.component.html b/src/frontend/src/app/control-center/result-tools/result-tools.component.html
index f4133dd..f9ea4ea 100644
--- a/src/frontend/src/app/control-center/result-tools/result-tools.component.html
+++ b/src/frontend/src/app/control-center/result-tools/result-tools.component.html
@@ -3,7 +3,7 @@
       Result Importer
     </h3>
     <p i18n="@@controlCenterResultImportDescription">
-      Enter JSON based results to import to the lrs. Please select an analytics to import the results. 
+      Enter JSON-formatted results to import into the LRS. Please select an analytics report to import the results into. Details about the result structure can be found in the documentation.
     </p>
     <nz-select [(ngModel)]="selectedAnalysis" placeholder="Select Analytics">
       <nz-option *ngFor="let provider of this.analyticsToken" [nzValue]="provider" [nzLabel]="provider.name"></nz-option>
@@ -22,7 +22,7 @@
         Result Filter
     </h3>
     <p i18n="@@controlCenterResultImportDescription">
-        Enter JSON based results to import to the lrs. Please select an analytics to import the results. 
+      Query the LRS results with an optional filter. Details about the structure of the filter can be found in the documentation.
     </p>
     <nz-select [(ngModel)]="selectedAnalysis" placeholder="Select Analytics">
         <nz-option *ngFor="let provider of this.analyticsToken" [nzValue]="provider" [nzLabel]="provider.name"></nz-option>
-- 
GitLab