From afad29cf4a2070ff32ba0417e5497c4785a20c1e Mon Sep 17 00:00:00 2001 From: Sarah Diedrich Date: Tue, 16 Apr 2019 15:58:00 +0200 Subject: [PATCH 1/2] Update dialog for Task Wizard, Advanced Task Wizard and Modify Task Wizard --- gsa/src/web/wizard/advancedtaskwizard.js | 4 ++-- gsa/src/web/wizard/modifytaskwizard.js | 6 +++--- gsa/src/web/wizard/taskwizard.js | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) 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 = ({

{_( - 'GSA will modify an existing task for you. The difference ' + + 'This wizard will modify an existing task for you. The difference ' + 'to the Edit Task dialog is that you can enter ' + - 'values for associated objects directly here. GSA will then' + - ' create them for you automatically and assign them to the' + + 'values for associated objects directly here. The objects will then' + + ' be created for you automatically and assigned to the' + ' selected task.', )}
diff --git a/gsa/src/web/wizard/taskwizard.js b/gsa/src/web/wizard/taskwizard.js index 4951561eef..37a93f2d0a 100644 --- a/gsa/src/web/wizard/taskwizard.js +++ b/gsa/src/web/wizard/taskwizard.js @@ -87,7 +87,7 @@ const TaskWizard = ({ )} - {_('As a short-cut GSA will do the following for you:')} + {_('As a short-cut the following steps will be done for you:')}
  1. {_('Create a new Target')}
  2. {_('Create a new Task')}
  3. @@ -97,13 +97,13 @@ const TaskWizard = ({

    {_( '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".', )}

    From ee6bcd24cca3880209e2434eed01ab3b850a65c5 Mon Sep 17 00:00:00 2001 From: Sarah Diedrich Date: Tue, 16 Apr 2019 16:01:33 +0200 Subject: [PATCH 2/2] update changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) 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