Skip to content

Commit 195bc6f

Browse files
authored
Merge pull request #355 from steoleary/fix_ui_typos
typos and improvements to text
2 parents bffee48 + cc8dd91 commit 195bc6f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ui/app/views/partials/admin/case-templates.delete.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ <h3 class="modal-title">Remove case template</h3>
33
</div>
44
<div class="modal-body">
55
<p>
6-
Are you sure you want to delete the case template <strong>{{template.name}}</strong>.
6+
Are you sure you want to delete the case template <strong>{{template.name}}</strong>?
77
</p>
88
<p>
99
This action cannot be undone.

ui/app/views/partials/admin/case-templates.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h4 class="vpad10 text-primary">Case basic information</h4>
5757
<!-- <severity value="caze.severity" active="activeSev" on-update="updateField('severity', newValue)"></severity> -->
5858
<severity active="activeSev" style="float:left; font-size:16px" value="template.severity"></severity>
5959
</a>
60-
<p class="help-block small vpad5">This will be the details case's severity</p>
60+
<p class="help-block small vpad5">This will be the default case severity</p>
6161
</div>
6262
</div>
6363
</div>
@@ -81,7 +81,7 @@ <h4 class="vpad10 text-primary">Case basic information</h4>
8181
<label class="col-md-3 control-label">Tags</label>
8282
<div class="col-md-9">
8383
<tags-input min-length="2" name="tags" ng-model="tags" placeholder="Tags" replace-spaces-with-dashes="false"></tags-input>
84-
<p class="help-block small vpad5">These will be the default cases' tags</p>
84+
<p class="help-block small vpad5">These will be the default case tags</p>
8585
</div>
8686
</div>
8787
</div>

ui/app/views/partials/personal-settings.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h3 class="box-title">Update basic information</h3>
4343
do-not-parse-if-oversize>
4444
<label for="avatar-input" class="mt-xxs btn btn-block btn-sm btn-primary">Choose File</label>
4545
</div>
46-
<div class="help-block">Images must not exceed 500 KB. Recommended dimension are 100x100px</div>
46+
<div class="help-block">Images must not exceed 500 KB. Recommended dimensions are 100x100px</div>
4747

4848
</div>
4949

0 commit comments

Comments
 (0)