Adding copy-from-profile buttons to the edit Address screen.
This commit is contained in:
parent
323dc1ff0c
commit
4ad61725ea
3 changed files with 128 additions and 70 deletions
|
|
@ -1623,6 +1623,17 @@ our $I18N = {
|
|||
context => q|Table heading in the vendor payout manager.|,
|
||||
},
|
||||
|
||||
'copy from home address' => {
|
||||
message => q|Copy home address from profile|,
|
||||
lastUpdated => 0,
|
||||
context => q|Button label in the edit address screen.|,
|
||||
},
|
||||
|
||||
'copy from work address' => {
|
||||
message => q|Copy work address from profile|,
|
||||
lastUpdated => 0,
|
||||
context => q|Button label in the edit address screen.|,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue