Skip to content

Commit

Permalink
chore: improve salut
Browse files Browse the repository at this point in the history
  • Loading branch information
arzola committed May 16, 2024
1 parent a78c50c commit a5c22fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function bye()

public function salut()
{
return __('Salut!', 'pressbooks-fake-plugin');
return __('Salut! man', 'pressbooks-fake-plugin');
}


Expand Down

0 comments on commit a5c22fc

Please sign in to comment.