From c5a2da483ac9efd0a52db2b64029fd6659f99cdc Mon Sep 17 00:00:00 2001 From: Peter Giacomo Lombardo Date: Fri, 8 Mar 2024 11:34:34 +0100 Subject: [PATCH] Small FAQ updates (#1950) --- app/views/pages/faq.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/pages/faq.html.erb b/app/views/pages/faq.html.erb index 2db40f260f9..d28d79ff094 100644 --- a/app/views/pages/faq.html.erb +++ b/app/views/pages/faq.html.erb @@ -56,7 +56,7 @@

- <%= 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.') %>

@@ -169,7 +169,7 @@

- <%= _('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.') %>