Skip to content

Commit 431cdbc

Browse files
committed
Fixes
1 parent a683b01 commit 431cdbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/bazar/lang/bazar_fr.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'BAZ_ABONNES' => 'Abonnés',
3333
'BAZ_FORM_ACTOR_ID' => 'Identifiant de l\'acteur ActivityPub',
3434
'BAZ_FOLLOW_FORM_ACTOR' => "S'abonner aux nouveautés de {actorName} avec un compte ActivityPub (Mastodon, etc.)",
35-
'BAZ_FOLLOW_ACTOR' => 'Suivre un nouvel acteur pour se synchroniser',
35+
'BAZ_FOLLOW_ACTOR' => "S'abonner à un nouvel acteur pour se synchroniser",
3636
'BAZ_FOLLOW_ACTOR_INFO' => 'Entrez un identifiant de type @user@domain.com',
3737
'BAZ_IMPORT_LISTS_FROM_URL' => 'Importer les listes d\'un autre yeswiki',
3838
'BAZ_IMPORT_FORMS_FROM_URL' => 'Importer les formulaires d\'un autre yeswiki',

tools/bazar/templates/forms/forms_table.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</a>
6868
{% endif %}
6969
{% if form.isActivityPubEnabled %}
70-
<a class="btn btn-default btn-mini btn-xs" target="_blank" title="{{ _t('BAZ_ACTIVITYPUB_ACTOR') }}" href="{{ url({ tag: 'api',handler:'forms/' ~ key ~'/actor'}) }}" data-toggle="tooltip" data-placement="bottom">
70+
<a class="btn btn-default btn-mini btn-xs" target="_blank" title="{{ _t('BAZ_ACTIVITYPUB_ACTOR') }}" href="/actors/{{ key }}" data-toggle="tooltip" data-placement="bottom">
7171
AP
7272
</a>
7373
{% endif %}

0 commit comments

Comments
 (0)