Skip to content

Commit 8a6a01e

Browse files
committed
ACP2E-1999: translation for show and set config
1 parent 4aa20a1 commit 8a6a01e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Config/Console/Command/LocaleEmulator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
use Magento\Framework\TranslateInterface;
1414

1515
/**
16-
* Locale emulator for import and export
16+
* Locale emulator for config set and show
1717
*/
1818
class LocaleEmulator implements LocaleEmulatorInterface
1919
{

app/code/Magento/Config/Console/Command/LocaleEmulatorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace Magento\Config\Console\Command;
99

1010
/**
11-
* Locale emulator for import and export
11+
* Locale emulator for config set and show
1212
*/
1313
interface LocaleEmulatorInterface
1414
{

0 commit comments

Comments
 (0)