Skip to content

Commit

Permalink
imp: Homogeneize the "remove from news" labels
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud committed Oct 2, 2024
1 parent d43fdba commit 3df347f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Binary file modified locales/fr_FR/LC_MESSAGES/main.mo
Binary file not shown.
8 changes: 4 additions & 4 deletions locales/fr_FR/LC_MESSAGES/main.po
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: Flus\n"
"POT-Creation-Date: 2024-09-20 15:22+0200\n"
"PO-Revision-Date: 2024-09-20 15:22+0200\n"
"POT-Creation-Date: 2024-10-02 10:37+0200\n"
"PO-Revision-Date: 2024-10-02 10:37+0200\n"
"Last-Translator: Marien Fressinaud <dev@marienfressinaud.fr>\n"
"Language-Team: \n"
"Language: fr_FR\n"
Expand Down Expand Up @@ -1141,8 +1141,8 @@ msgstr "Tout marquer comme lu"

#: views/collections/show_public.phtml:175 views/news/index.phtml:85
#: views/news/index.phtml:177 views/news/index.phtml:253
msgid "Never see the links again"
msgstr "Ne plus revoir les liens"
msgid "Remove the links from the news"
msgstr "Retirer les liens du journal"

#: views/collections/show_public.phtml:187 views/links/searches/show.phtml:121
msgid "Unfollow"
Expand Down
2 changes: 1 addition & 1 deletion src/views/collections/show_public.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@

<button class="popup__item popup__item--button">
<?= icon('times') ?>
<?= _('Never see the links again') ?>
<?= _('Remove the links from the news') ?>
</button>
</form>

Expand Down
6 changes: 3 additions & 3 deletions src/views/news/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

<button class="popup__item popup__item--button">
<?= icon('times') ?>
<?= _('Never see the links again') ?>
<?= _('Remove the links from the news') ?>
</button>
</form>
</nav>
Expand Down Expand Up @@ -174,7 +174,7 @@

<button class="popup__item popup__item--button">
<?= icon('times') ?>
<?= _('Never see the links again') ?>
<?= _('Remove the links from the news') ?>
</button>
</form>
</nav>
Expand Down Expand Up @@ -250,7 +250,7 @@

<button class="popup__item popup__item--button">
<?= icon('times') ?>
<?= _('Never see the links again') ?>
<?= _('Remove the links from the news') ?>
</button>
</form>
</nav>
Expand Down

0 comments on commit 3df347f

Please sign in to comment.