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

typos and improvements to text #355

Merged
merged 3 commits into from
Oct 20, 2017
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
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