Skip to content

Commit

Permalink
hint copy fixes (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy authored Jan 7, 2023
1 parent 4f64010 commit f1788b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,7 @@ <h6>Generate extra chart aggregations <i class="fas fa-flask"></i></h6>

<div class="form-group form-settings pt-3">
<div class="desc text-secondary"><i class="fas fa-info-circle"> </i>
<small> Scenario thresholds will raise an alert in a report detail in case the given metrics diverge
from the
previous
reports average by more than specified threshold percentage.</small></div>
<small> Scenario thresholds will raise an alert in a report detail in case the given metrics diverge from the previous reports' average by more than the specified threshold percentage.</small></div>

<div class="form-group">
<div class="custom-control custom-switch">
Expand Down Expand Up @@ -241,7 +238,7 @@ <h6>Generate extra chart aggregations <i class="fas fa-flask"></i></h6>

<div class="form-group form-settings pt-3">
<div class="desc text-secondary"><i class="fas fa-info-circle"> </i>
<small> The selected metrics will get pre-set in label trend chart.</small></div>
<small> The selected metrics will get pre-set in label trend chart found in item report.</small></div>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="virtualUsers"
formControlName="virtualUsers">
Expand Down Expand Up @@ -305,7 +302,7 @@ <h6>Generate extra chart aggregations <i class="fas fa-flask"></i></h6>
<form [formGroup]="requestStatsSettingsForm" (ngSubmit)="onSubmit()" class="pl-3">
<div class="form-group form-settings pt-3">
<div class="desc text-secondary"><i class="fas fa-info-circle"> </i>
<small> The selected metrics will get pre-set in request stats table. Please not that this settings is
<small> The selected metrics will get pre-set in request stats table found in a report. Please note, that this settings is
user specific.</small></div>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="rs-samples"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ <h5 class="modal-title" id="modal-basic-title">Project Settings</h5>
<div class="form-sub pt-2">
<h6>Test Report Top Statistics Bar</h6>
<div class="text-secondary mb-2"><i class="fas fa-info-circle"> </i>
<small> Please choose up to 5 test report top statistics you would like to be displayed.</small></div>
<small> Please, choose up to 5 test report top statistics you would like to be displayed.</small></div>

<div class="form-control-feedback"
*ngIf="metricsEditable && (projectSettingsForm.dirty || projectSettingsForm.touched)">
<p class="form-validation-error" *ngIf="metricsEditable">Please make sure max 5 metrics is selected.</p>
<p class="form-validation-error" *ngIf="metricsEditable">Please, make sure max 5 metrics is selected.</p>
</div>

<div class="form-group">
Expand Down Expand Up @@ -107,10 +107,9 @@ <h6>Test Report Top Statistics Bar</h6>

<hr class="mt-4">
<div class="form-sub">
<h6>Upsert Scenario</h6>
<h6>Scenario auto-provisioning</h6>
<div class="text-secondary mb-2"><i class="fas fa-info-circle"> </i>
<small> When pushing test report into scenario that does not exists, the application will create it on
the fly.</small></div>
<small> When pushing a test report into a scenario that does not exist, the application will create it on the fly.</small></div>
<div class="form-group">
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="scenarioUpsert"
Expand Down

0 comments on commit f1788b8

Please sign in to comment.