Fix a typo in the i18n help for the ITransact Pay Driver.
This commit is contained in:
parent
9cbe4c7c04
commit
fd39a8dcc2
2 changed files with 3 additions and 2 deletions
|
|
@ -28,6 +28,7 @@
|
||||||
- fixed #9342: Thingy - Cannot edit a thing
|
- fixed #9342: Thingy - Cannot edit a thing
|
||||||
- fixed #9033: Deleting Linked Thing Field Crashes Thingy
|
- fixed #9033: Deleting Linked Thing Field Crashes Thingy
|
||||||
- fixed #9400: Form.captcha should be form_capcha in dataform help
|
- fixed #9400: Form.captcha should be form_capcha in dataform help
|
||||||
|
- fixed #9402: i18n confusion
|
||||||
|
|
||||||
7.6.7
|
7.6.7
|
||||||
- fixed #9263: Thingy possibleValues processing, and List type autodetection.
|
- fixed #9263: Thingy possibleValues processing, and List type autodetection.
|
||||||
|
|
|
||||||
|
|
@ -159,8 +159,8 @@ our $I18N = {
|
||||||
},
|
},
|
||||||
|
|
||||||
'emailField help' => {
|
'emailField help' => {
|
||||||
message => q|A single text field for the user to enter in their street address.|,
|
message => q|A single text field for the user to enter in their email address.|,
|
||||||
lastUpdated => 0,
|
lastUpdated => 1231192368,
|
||||||
context => q|Template variable help.|
|
context => q|Template variable help.|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue