Fix form
modifié: core/lib/Thelia/Controller/Admin/ImportExportController.php modifié: core/lib/Thelia/Core/FileFormat/Archive/ArchiveBuilderManager.php modifié: core/lib/Thelia/Core/FileFormat/Formatting/FormatterManager.php modifié: core/lib/Thelia/Form/ExportForm.php modifié: templates/backOffice/default/ajax/export-modal.html modifié: templates/backOffice/default/export-page.html
This commit is contained in:
@@ -96,7 +96,7 @@ class ArchiveBuilderManager
|
||||
{
|
||||
throw new \OutOfBoundsException(
|
||||
Translator::getInstance()->trans(
|
||||
"The archive creator %name doesn't exist",
|
||||
"The archive builder \"%name\" doesn't exist",
|
||||
[
|
||||
"%name" => $name
|
||||
]
|
||||
|
||||
@@ -92,7 +92,7 @@ class FormatterManager
|
||||
{
|
||||
throw new \OutOfBoundsException(
|
||||
Translator::getInstance()->trans(
|
||||
"The formatter %name doesn't exist",
|
||||
"The formatter \"%name\" doesn't exist",
|
||||
[
|
||||
"%name" => $name
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user