Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update text for Task Wizard, Advanced Task Wizard and Modify Task Wizard #1287

Merged
merged 2 commits into from
Apr 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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