From 880f500bb322522437ae44c94d8bc6b84abedd23 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 16 Jun 2022 20:25:31 +0200 Subject: Fix Minz link (#4414) * Fix Minz link https://github.com/marienfressinaud/MINZ returned 404 Found on https://framagit.org/marienfressinaud/MINZ instead --- app/i18n/en/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/i18n/en/index.php') diff --git a/app/i18n/en/index.php b/app/i18n/en/index.php index b9ff62ada..3b3334418 100644 --- a/app/i18n/en/index.php +++ b/app/i18n/en/index.php @@ -16,7 +16,7 @@ return array( 'agpl3' => 'AGPL 3', 'bugs_reports' => 'Bug reports', 'credits' => 'Credits', - 'credits_content' => 'Some design elements come from Bootstrap although FreshRSS doesn’t use this framework. Icons come from GNOME project. Open Sans font police has been created by Steve Matteson. FreshRSS is based on Minz, a PHP framework.', + 'credits_content' => 'Some design elements come from Bootstrap although FreshRSS doesn’t use this framework. Icons come from GNOME project. Open Sans font police has been created by Steve Matteson. FreshRSS is based on Minz, a PHP framework.', 'freshrss_description' => 'FreshRSS is an RSS feed aggregator to self-host like Kriss Feed or Leed. It is light and easy to take in hand while being powerful and configurable tool.', 'github' => 'on Github', 'license' => 'License', -- cgit v1.2.3