mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 09:58:23 +02:00
Tweaked message and did missing french translations
This commit is contained in:
@ -89,7 +89,7 @@ class TrustSerializer(serializers.ModelSerializer):
|
||||
fields = '__all__'
|
||||
validators = [UniqueTogetherValidator(
|
||||
queryset=Trust.objects.all(), fields=('trusting', 'trusted'),
|
||||
message=_("You already have that person as a friend"))]
|
||||
message=_("This friendship already exists"))]
|
||||
|
||||
|
||||
class AliasSerializer(serializers.ModelSerializer):
|
||||
|
Reference in New Issue
Block a user