Add "Who are you ?" and "How can I help ?" questions in the FAQ
This commit is contained in:
parent
2221ba0dc4
commit
29d21c9fa9
2 changed files with 20 additions and 0 deletions
10
index.html
10
index.html
|
@ -9847,6 +9847,16 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
|
|||
You can report bugs using GitHub. You can also contact us using our twitter account (<a href="http://twitter.com/WalletGenerator" target="_blank">@WalletGenerator</a>). Just try to explain clearly what is wrong and we will try to fix the bug as soon as possible.
|
||||
</p>
|
||||
|
||||
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion10');">• Who are you ?</a></h3>
|
||||
<p class="faqAnswer" id="faqQuestion10">
|
||||
We are just two random guy having fun with a side project.
|
||||
</p>
|
||||
|
||||
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion11');">• How can I help ?</a></h3>
|
||||
<p class="faqAnswer" id="faqQuestion11">
|
||||
Donation are always welcome, but you can also help us translate the website. It's really easy. Just add "?i18nextract=LANGUAGECODE" in the end of the url (for instance http://walletgenerator.net/?i18nextract=es for spanish). You will see at the end of the page a pre-filled javascript array ready to be translated. Translate or correct it, and send it to us the way you prefer. Even partial translation are helpfull !
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -314,6 +314,16 @@ Walletgenerator.net use the same security measure as its original. All-in-one ht
|
|||
You can report bugs using GitHub. You can also contact us using our twitter account (<a href="http://twitter.com/WalletGenerator" target="_blank">@WalletGenerator</a>). Just try to explain clearly what is wrong and we will try to fix the bug as soon as possible.
|
||||
</p>
|
||||
|
||||
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion10');">• Who are you ?</a></h3>
|
||||
<p class="faqAnswer" id="faqQuestion10">
|
||||
We are just two random guy having fun with a side project.
|
||||
</p>
|
||||
|
||||
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion11');">• How can I help ?</a></h3>
|
||||
<p class="faqAnswer" id="faqQuestion11">
|
||||
Donation are always welcome, but you can also help us translate the website. It's really easy. Just add "?i18nextract=LANGUAGECODE" in the end of the url (for instance http://walletgenerator.net/?i18nextract=es for spanish). You will see at the end of the page a pre-filled javascript array ready to be translated. Translate or correct it, and send it to us the way you prefer. Even partial translation are helpfull !
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue