Fix French translation for permissions_update

This commit is contained in:
Baptiste Thémine 2021-01-27 13:40:58 +01:00 committed by GitHub
parent 7ba6962707
commit d979570227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,5 +45,5 @@ return [
// Other
'commented_on' => 'a commenté',
'permissions_update' => 'mettre à jour les autorisations',
'permissions_update' => 'a mis à jour les autorisations',
];