Skip to content

Commit

Permalink
fix: correct text domain
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinWalker committed Jan 24, 2019
1 parent bf6564c commit 628a571
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/class-give-moneris-admin-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function register_settings( $settings ) {
*/
public function register_sections( $sections ) {

$sections['moneris-settings'] = __( 'Moneris Settings', 'give-square' );
$sections['moneris-settings'] = __( 'Moneris Settings', 'give-moneris' );

return $sections;
}
Expand Down
4 changes: 4 additions & 0 deletions languages/give-moneris.pot
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,7 @@ msgstr ""
#: includes/admin/class-give-moneris-admin-settings.php:86
msgid "This option will enable the billing details section for Moneris which requires the donor's address to complete the donation. These fields are not required by Moneris to process the transaction, but you may have the need to collect the data."
msgstr ""

#: includes/admin/class-give-moneris-admin-settings.php:116
msgid "Moneris Settings"
msgstr ""

0 comments on commit 628a571

Please sign in to comment.