diff options
| author | 2022-03-22 22:57:56 +0100 | |
|---|---|---|
| committer | 2022-03-22 22:57:56 +0100 | |
| commit | c47bd12b7766946a97cac5b7411ad237fb479738 (patch) | |
| tree | b7649f054aa258299818664ff00719b5bc4ad61c /app/i18n/es/conf.php | |
| parent | 4363e13c342e4e47e14ce3ca74fbc707dc1f891d (diff) | |
fix (#4285)
Diffstat (limited to 'app/i18n/es/conf.php')
| -rwxr-xr-x | app/i18n/es/conf.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/es/conf.php b/app/i18n/es/conf.php index 49edbb116..fc4a41ca5 100755 --- a/app/i18n/es/conf.php +++ b/app/i18n/es/conf.php @@ -194,7 +194,7 @@ return array( '_' => 'Compartir', 'add' => 'Agregar un método de uso compartido', 'blogotext' => 'Blogotext', // IGNORE - 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.md" title="Open documentation for more information" target="_blank">future release</a>.', // TODO + 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">future release</a>.', // TODO 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'Email', // TODO 'facebook' => 'Facebook', // IGNORE |
