Skip to content

Commit

Permalink
Merge pull request #1287 from sarahd93/task-wizard_gsa8
Browse files Browse the repository at this point in the history
Update text for Task Wizard, Advanced Task Wizard and Modify Task Wizard
  • Loading branch information
bjoernricks authored Apr 16, 2019
2 parents 5701013 + ee6bcd2 commit a0dbdbe
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions gsa/src/web/wizard/advancedtaskwizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const AdvancedTaskWizard = ({
</p>
<p>
{_(
'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.',
)}
</p>
Expand All @@ -143,7 +143,7 @@ const AdvancedTaskWizard = ({
</p>
<p>
{_(
'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.',
Expand Down
6 changes: 3 additions & 3 deletions gsa/src/web/wizard/modifytaskwizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ const ModifyTaskWizard = ({
</p>
<div>
{_(
'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.',
)}
</div>
Expand Down
8 changes: 4 additions & 4 deletions gsa/src/web/wizard/taskwizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const TaskWizard = ({
)}
</div>
<Layout flex="column">
{_('As a short-cut GSA will do the following for you:')}
{_('As a short-cut the following steps will be done for you:')}
<ol>
<li>{_('Create a new Target')}</li>
<li>{_('Create a new Task')}</li>
Expand All @@ -97,13 +97,13 @@ const TaskWizard = ({
<p>
{_(
'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.',
)}
</p>
<p>
{_(
'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".',
)}
</p>
Expand Down

0 comments on commit a0dbdbe

Please sign in to comment.