From 198348d971482bd9462a7ef5d058d9a52cb99c4d Mon Sep 17 00:00:00 2001
From: Jonathon Hammond <jonathon@pixel8.io>
Date: Thu, 24 Mar 2022 11:53:13 -0400
Subject: [PATCH] New translations principals.md (French)

---
 src/pages/fr/write-smart-contracts/principals.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/pages/fr/write-smart-contracts/principals.md b/src/pages/fr/write-smart-contracts/principals.md
index 7e971203..04dd1626 100644
--- a/src/pages/fr/write-smart-contracts/principals.md
+++ b/src/pages/fr/write-smart-contracts/principals.md
@@ -147,6 +147,11 @@ The second type of check is more restrictive than the first check, and is helpfu
         (begin (print "Tried to fly without permission!")
                (ok false)))))
 ;;
+;; Authorize a new pilot.
+               (ok true))
+        (begin (print "Tried to fly without permission!")
+               (ok false)))))
+;;
 ;; Authorize a new pilot.
 ;;
 ;;  here we want to ensure that this function