Skip to content

Commit

Permalink
Merge pull request #108 from beevelop/patch-1
Browse files Browse the repository at this point in the history
Fix typo - thanks @beevelop
  • Loading branch information
paschmann committed Sep 11, 2018
2 parents 6eb7a02 + c42718c commit 4efa49c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/app/components/actions/actions.html
Expand Up @@ -49,7 +49,7 @@
<div class="col-sm-12 col-lg-12">
<div class="card">
<div class="card-header">
<strong>Action Response Templetes</strong>
<strong>Action Response Templates</strong>
</div>
<div class="card-block">
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion web/src/app/components/agents/edit_agent.html
Expand Up @@ -71,7 +71,7 @@
<div class="row">
<div class="col-sm-6 col-lg-6">
<div class="card border-warning">
<div class="card-header" data-toggle="tooltip" data-placement="top" title="Actions are the things your bot can actually do. They can have predefined response templetes." tooltip>
<div class="card-header" data-toggle="tooltip" data-placement="top" title="Actions are the things your bot can actually do. They can have predefined response templates." tooltip>
<strong>Actions</strong>
<span class="float-right">
<button type="button" class="btn btn-outline-primary" data-toggle="modal" data-target="#modal-add-actions"><i class="icon-plus"></i>&nbsp;Add Action</button>
Expand Down

0 comments on commit 4efa49c

Please sign in to comment.