Skip to content

Commit

Permalink
Small FAQ updates (#1950)
Browse files Browse the repository at this point in the history
  • Loading branch information
pglombardo authored Mar 8, 2024
1 parent 06573c7 commit c5a2da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/pages/faq.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</p>

<p>
<%= link_to _('Password Pusher is opensource'), "http://www.rubyonrails.org/", target: "_blank" %>
<%= link_to _('Password Pusher is open-source'), "https://github.com/pglombardo/PasswordPusher", target: "_blank" %>
<%= _('so the source can be publicly reviewed and can alternatively be run internally in your organization.') %>
</p>

Expand Down Expand Up @@ -169,7 +169,7 @@
<div id="licensing-answer" class="accordion-collapse collapse" aria-labelledby="licensing-question">
<div class="accordion-body">
<p>
<%= _('The source code is released under the GNU General Public License v3.0 and that pretty much defines any and all limitations. There are quite a few rebranded and redesigned clone sites of Password Pusher and I welcome them all.') %>
<%= _('The source code is released under the Apache 2.0 License and that pretty much defines any and all limitations. There are quite a few rebranded and redesigned clone sites of Password Pusher and I welcome them all.') %>
</p>
</div>
</div>
Expand Down

0 comments on commit c5a2da4

Please sign in to comment.