Better UI for changing addresses. Prevent bad things from happening if the user delete required fields.
This commit is contained in:
parent
18301e3bfd
commit
22d6806dfe
2 changed files with 10 additions and 9 deletions
|
|
@ -1761,10 +1761,10 @@ our $I18N = {
|
|||
context => q|form label for the cart. Allows user to build a new address.|
|
||||
},
|
||||
|
||||
'Update this address' => {
|
||||
message => q|Update this address|,
|
||||
'Update %s' => {
|
||||
message => q|Update address: %s|,
|
||||
lastUpdated => 0,
|
||||
context => q|form label for the cart. Allows user to build a new address.|
|
||||
context => q|form label for the cart. Allows user to edit an existing address. %s will be replaced by the label for the currently selected address, if there is one.|
|
||||
},
|
||||
|
||||
'Choose a payment method' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue