Skip to content

Commit

Permalink
Fix variable in French locale
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanFred committed Apr 14, 2020
1 parent 93131ae commit 9f4ac38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mygpo/locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ msgstr "Podcast inconnu"
#: mygpo/podcasts/models.py:700
#, python-brace-format
msgid "Unknown Podcast from {domain}"
msgstr "Podcast inconnu de {domaine}"
msgstr "Podcast inconnu de {domain}"

#: mygpo/podcasts/templates/episode.html:85
#: mygpo/podcasts/templates/episodes.html:27
Expand Down

0 comments on commit 9f4ac38

Please sign in to comment.