Merge pull request #1395 from nisargjhaveri/typoInExport
Fixed typo in SQL export
This commit is contained in:
commit
bade25f747
@ -401,7 +401,7 @@ class ExportSql extends ExportPlugin
|
||||
),
|
||||
'both' => __(
|
||||
'both of the above<br /> Example:'
|
||||
. ' <code>INSERT INTO tbl_name (col_A,col_B) VALUES (1,2,3),'
|
||||
. ' <code>INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3),'
|
||||
. ' (4,5,6), (7,8,9)</code>'
|
||||
),
|
||||
'none' => __(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user