From 897e28ce43412427846d512a7a160f36a682c6f1 Mon Sep 17 00:00:00 2001 From: Oscar Arzola Date: Thu, 16 May 2024 15:42:24 -0400 Subject: [PATCH] fix: salutation (#82) Co-authored-by: GitHub Actions --- languages/fake-plugin.pot | 2 +- src/App.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/fake-plugin.pot b/languages/fake-plugin.pot index 92a680f..5501f05 100644 --- a/languages/fake-plugin.pot +++ b/languages/fake-plugin.pot @@ -9,7 +9,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-05-16T19:24:10+00:00\n" +"POT-Creation-Date: 2024-05-16T19:40:38+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.10.0\n" "X-Domain: pressbooks-fake-plugin\n" diff --git a/src/App.php b/src/App.php index b2045d1..6ab4066 100644 --- a/src/App.php +++ b/src/App.php @@ -24,7 +24,7 @@ public function bye() return __('Super au revoir', 'pressbooks-fake-plugin'); } - public function salut() + public function salutation() { return __('Salut! garçon', 'pressbooks-fake-plugin'); }