Skip to content

Commit 4180b6b

Browse files
committed
[M] Change of label attribute for customer
1 parent c38e17c commit 4180b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/code/community/Zendesk/Zendesk/data/zendesk_setup/data-upgrade-2.0.6-2.1.13.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
$installer->addAttribute("customer", "zendesk_id", array(
2424
"type" => "varchar",
2525
"backend" => "",
26-
"label" => "zendesk_id",
26+
"label" => "Zendesk Id",
2727
"input" => "text",
2828
"source" => "",
2929
"visible" => true,

0 commit comments

Comments
 (0)