diff options
| -rw-r--r-- | www/lang/help/help-de.html | 12 | ||||
| -rw-r--r-- | www/lang/help/help-pl.html | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/www/lang/help/help-de.html b/www/lang/help/help-de.html new file mode 100644 index 00000000..cb9c9125 --- /dev/null +++ b/www/lang/help/help-de.html @@ -0,0 +1,12 @@ +<ion-item class="item-text-wrap"> + <h2> + <b>Please visit zmNinja FAQ for help</b> + </h2>It was hard to keep updating help inside the app. Please consult the FAQ + <a href="#" onclick="window.open('https://github.com/pliablepixels/zmNinja/wiki/FAQ', '_blank', 'location=yes'); return false;">here</a> for the most updated help +</ion-item> +<ion-item class="item-text-wrap"> + <h2> + <b>How do I contact the author?</b> + </h2> Send me an + <a href="#" onclick="window.open('mailto:pliablepixels@gmail.com', '_blank', 'location=yes'); return false;">email</a> +</ion-item> diff --git a/www/lang/help/help-pl.html b/www/lang/help/help-pl.html new file mode 100644 index 00000000..cb9c9125 --- /dev/null +++ b/www/lang/help/help-pl.html @@ -0,0 +1,12 @@ +<ion-item class="item-text-wrap"> + <h2> + <b>Please visit zmNinja FAQ for help</b> + </h2>It was hard to keep updating help inside the app. Please consult the FAQ + <a href="#" onclick="window.open('https://github.com/pliablepixels/zmNinja/wiki/FAQ', '_blank', 'location=yes'); return false;">here</a> for the most updated help +</ion-item> +<ion-item class="item-text-wrap"> + <h2> + <b>How do I contact the author?</b> + </h2> Send me an + <a href="#" onclick="window.open('mailto:pliablepixels@gmail.com', '_blank', 'location=yes'); return false;">email</a> +</ion-item> |
