Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/_includes/community/reporting-bugs.html')
-rw-r--r--src/_includes/community/reporting-bugs.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/_includes/community/reporting-bugs.html b/src/_includes/community/reporting-bugs.html
index b8fb61e49..1ad5994de 100644
--- a/src/_includes/community/reporting-bugs.html
+++ b/src/_includes/community/reporting-bugs.html
@@ -1,18 +1,18 @@
<section id="reporting-bugs">
<h2 class="page-header">Reporting Bugs</h2>
<p>
- Found a problem with Font Awesome? Feel free to submit an issue on the GitHub project. But please keep the following in mind:
+ Found a problem with {{ site.forkawesome.name }}? Feel free to submit an issue on the GitHub project. But please keep the following in mind:
</p>
<ol>
- <li>Please be nice. Font Awesome is a happy place.</li>
- <li>Please <a href="{{ site.fontawesome.github.url }}/search?type=Issues">search</a> to see if your bug was already reported.</li>
+ <li>Please be nice. {{ site.forkawesome.name }} is a happy place.</li>
+ <li>Please <a href="{{ site.forkawesome.github.url }}/search?type=Issues">search</a> to see if your bug was already reported.</li>
<li>
Before opening any issue, please read the generic <a href="https://github.com/necolas/issue-guidelines">issue
guidelines</a>, by <a href="https://github.com/necolas/">Nicolas Gallagher</a>.
</li>
<li>
After doing everything above, feel free to
- <a href="{{ site.fontawesome.github.url }}/issues/new">submit an issue</a>.
+ <a href="{{ site.forkawesome.github.url }}/issues/new">submit an issue</a>.
</li>
</ol>
</section>