Rename hints to paypal hints

This commit is contained in:
2021-11-28 05:33:56 +00:00
parent ef24a264a6
commit b4510831f6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ for member in members:
x = models.PayPalHint.objects.filter(member_id=member.id)
x.update(user=user)
print(' Linked', x.count(), 'hints')
print(' Linked', x.count(), 'paypal hints')
count += 1