diff --git a/CHANGES.md b/CHANGES.md index e339c94c87..33377d888e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,7 @@ $ cd gsa && git checkout gsa-8.0 && git log ## gsa 8.0.1 (unreleased) + * Update dialog for Task Wizard, Advanced Task Wizard and Modify Task Wizard #1287 * Add errordialog to fix missing error messages in trashcan #1286 * Display current result, comparable result and diff between results for delta reports and their results in delta state "changed" #1284 diff --git a/gsa/src/web/wizard/advancedtaskwizard.js b/gsa/src/web/wizard/advancedtaskwizard.js index 1a7eeaeea4..8c01b46a38 100644 --- a/gsa/src/web/wizard/advancedtaskwizard.js +++ b/gsa/src/web/wizard/advancedtaskwizard.js @@ -130,7 +130,7 @@ const AdvancedTaskWizard = ({
{_( - 'GSA can help you by creating a new scan task and ' + + 'This wizard can help you by creating a new scan task and ' + 'automatically starting it.', )}
@@ -143,7 +143,7 @@ const AdvancedTaskWizard = ({{_( - 'You can choose, whether you want GSA to run the scan ' + + 'You can choose, whether you want to run the scan ' + 'immediately, schedule the task for a later date and ' + 'time, or just create the task so you can run it manually' + ' later.', diff --git a/gsa/src/web/wizard/modifytaskwizard.js b/gsa/src/web/wizard/modifytaskwizard.js index 7ea93f905f..5f971695c8 100644 --- a/gsa/src/web/wizard/modifytaskwizard.js +++ b/gsa/src/web/wizard/modifytaskwizard.js @@ -85,10 +85,10 @@ const ModifyTaskWizard = ({
{_( 'As soon as the scan progress is beyond 1%, you can already ' + - 'jump to the scan report via the link in the Reports Total ' + - 'column and review the results collected so far.', + 'jump to the scan report by clicking on the progress bar in ' + + 'the "Status" column and review the results collected so far.', )}
{_( - 'When creating the Target and Task GSA will use the defaults' + + 'The Target and Task will be created using the defaults' + ' as configured in "My Settings".', )}