diff --git a/src/App.php b/src/App.php index acbcfa5..b2045d1 100644 --- a/src/App.php +++ b/src/App.php @@ -26,7 +26,7 @@ public function bye() public function salut() { - return __('Salut! man', 'pressbooks-fake-plugin'); + return __('Salut! garçon', 'pressbooks-fake-plugin'); }