]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix copy&paste typo
authorSeven Du <dujinfang@gmail.com>
Tue, 4 Jun 2013 01:34:35 +0000 (09:34 +0800)
committerTravis Cross <tc@traviscross.com>
Fri, 7 Jun 2013 04:57:45 +0000 (04:57 +0000)
htdocs/portal/index.html

index 257aaa057c6d8a065f0134796de47ad8038b44f9..bea05b57fc228a35fa699c9554d5c010417db71f 100644 (file)
        </script>
 
        <script type="text/x-handlebars" data-template-name="showSays">
-               <h1>Limits</h1>
+               <h1>Say</h1>
                <div>
                        <table class="table">
                        <tr>
        </script>
 
                <script type="text/x-handlebars" data-template-name="showChats">
-               <h1>Limits</h1>
+               <h1>Chat</h1>
                <div>
                        <table class="table">
                        <tr>
        </script>
 
        <script type="text/x-handlebars" data-template-name="showInterfaces">
-               <h1>Limits</h1>
+               <h1>Interfaces</h1>
                <div>
                        <table class="table">
                        <tr>
                {{#linkTo "showSays"}} Say {{/linkTo}} |
                {{#linkTo "showInterfaces"}} Interfaces {{/linkTo}} |
                Interface_types |
-               {{#linkTo "showTasks"}} Taskss {{/linkTo}} |
+               {{#linkTo "showTasks"}} Tasks {{/linkTo}} |
                {{#linkTo "showLimits"}} Limits {{/linkTo}}
 
        </script>