Skip to content

Commit aa3005c

Browse files
committed
Fix live account description
1 parent 74d88ca commit aa3005c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Settings/MoneiSettings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function get_settings() {
5454
array(
5555
'title' => __( 'Live Account ID *', 'monei' ),
5656
'type' => 'text',
57-
'desc' => __( 'Enter your MONEI Test Account ID here.', 'monei' ),
57+
'desc' => __( 'Enter your MONEI Live Account ID here.', 'monei' ),
5858
'desc_tip' => true,
5959
'id' => 'monei_live_accountid',
6060
'default' => '',

0 commit comments

Comments
 (0)