Skip to content

Commit 6d3c2ed

Browse files
arkadiychOlexii Korshenko
authored andcommitted
MAGETWO-39392: Merge and Fix Builds
1 parent ac49962 commit 6d3c2ed

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CurrencySymbol/Test/Unit/Controller/Adminhtml/System/CurrencySymbol

1 file changed

+1
-1
lines changed

app/code/Magento/CurrencySymbol/Test/Unit/Controller/Adminhtml/System/CurrencySymbol/SaveTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public function testExecute()
141141

142142
$this->messageManagerMock->expects($this->once())
143143
->method('addSuccess')
144-
->with(__('The custom currency symbols were applied.'));
144+
->with(__('You applied the custom currency symbols.'));
145145

146146
$this->action->execute();
147147
}

0 commit comments

Comments
 (0)