Skip to content

Commit

Permalink
Merge pull request #355 from steoleary/fix_ui_typos
Browse files Browse the repository at this point in the history
typos and improvements to text
  • Loading branch information
nadouani authored Oct 20, 2017
2 parents bffee48 + cc8dd91 commit 195bc6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ui/app/views/partials/admin/case-templates.delete.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h3 class="modal-title">Remove case template</h3>
</div>
<div class="modal-body">
<p>
Are you sure you want to delete the case template <strong>{{template.name}}</strong>.
Are you sure you want to delete the case template <strong>{{template.name}}</strong>?
</p>
<p>
This action cannot be undone.
Expand Down
4 changes: 2 additions & 2 deletions ui/app/views/partials/admin/case-templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h4 class="vpad10 text-primary">Case basic information</h4>
<!-- <severity value="caze.severity" active="activeSev" on-update="updateField('severity', newValue)"></severity> -->
<severity active="activeSev" style="float:left; font-size:16px" value="template.severity"></severity>
</a>
<p class="help-block small vpad5">This will be the details case's severity</p>
<p class="help-block small vpad5">This will be the default case severity</p>
</div>
</div>
</div>
Expand All @@ -81,7 +81,7 @@ <h4 class="vpad10 text-primary">Case basic information</h4>
<label class="col-md-3 control-label">Tags</label>
<div class="col-md-9">
<tags-input min-length="2" name="tags" ng-model="tags" placeholder="Tags" replace-spaces-with-dashes="false"></tags-input>
<p class="help-block small vpad5">These will be the default cases' tags</p>
<p class="help-block small vpad5">These will be the default case tags</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/views/partials/personal-settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h3 class="box-title">Update basic information</h3>
do-not-parse-if-oversize>
<label for="avatar-input" class="mt-xxs btn btn-block btn-sm btn-primary">Choose File</label>
</div>
<div class="help-block">Images must not exceed 500 KB. Recommended dimension are 100x100px</div>
<div class="help-block">Images must not exceed 500 KB. Recommended dimensions are 100x100px</div>

</div>

Expand Down

0 comments on commit 195bc6f

Please sign in to comment.