summaryrefslogtreecommitdiff
path: root/www/templates/help.html
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-05-25 15:17:48 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-05-25 15:17:48 -0400
commit5430d51b092a4a1cdf7f32233e38e5350995956c (patch)
treeb6539ba949e1f4876dda8863c94dbfc32adc642d /www/templates/help.html
parente13fd67eb953e5f8cc1eb07992902de4cf05677d (diff)
#261 - more intl
Former-commit-id: 0976517fc45eff4876eba6fd945cccea15b69f42
Diffstat (limited to 'www/templates/help.html')
-rw-r--r--www/templates/help.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/templates/help.html b/www/templates/help.html
index ef4ddd83..8d9c7c04 100644
--- a/www/templates/help.html
+++ b/www/templates/help.html
@@ -10,7 +10,7 @@
<ion-content class="padding" overflow-scroll="false">
- <p><small>zmNinja v{{zmAppVersion}}</small></p>
+ <p><small>{{$root.appName}} v{{zmAppVersion}}</small></p>
<div class="list">
<ion-item class="item-text-wrap">
@@ -20,7 +20,7 @@
<ion-item class="item-text-wrap">
<h2><b> What do I enter for ZM Portal URL, Base path to cgi-bin and ZM API URL?</b> </h2>
<ul>
- zmNinja now has a wizard that tries to detect your settings. This may fail if you have a custom install with non standard paths.
+ {{$root.appName}} now has a wizard that tries to detect your settings. This may fail if you have a custom install with non standard paths.
<li><i class="ion-android-arrow-dropright"></i> ZM Portal URL: The URL using which you can access ZM
<p>(example http://myserver.ddns.net/zm)</p>
</li>
@@ -44,7 +44,7 @@
<ion-item class="item-text-wrap">
- <h2> <b>Everything works! but live streaming does not </b></h2> Check if streaming works in the web interface. If it does not work, zmNinja won't work either. Fix ZM first. If streaming in ZM works, go to zmNinja settings and fix your cgi-bin path. the automatic path that is filled in won't work. Here is a hint, go to zoneminder->options->paths and check the value of the cgi-bin path - your zmNinja path will be "base path of your server" + cgi-bin path.
+ <h2> <b>Everything works! but live streaming does not </b></h2> Check if streaming works in the web interface. If it does not work, {{$root.appName}} won't work either. Fix ZM first. If streaming in ZM works, go to {{$root.appName}} settings and fix your cgi-bin path. the automatic path that is filled in won't work. Here is a hint, go to zoneminder->options->paths and check the value of the cgi-bin path - your {{$root.appName}} path will be "base path of your server" + cgi-bin path.
</ion-item>