Skip to content

Commit

Permalink
fix: salutation (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
arzola and actions-user authored May 16, 2024
1 parent 9c7732d commit 897e28c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion languages/fake-plugin.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
Expand Down

0 comments on commit 897e28c

Please sign in to comment.