Skip to content

Commit 851e40c

Browse files
author
Oleksandr Karpenko
committed
MAGETWO-53119: "Force Sign-In" is not clickable
1 parent f66e477 commit 851e40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Phrase/Renderer/Translate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ public function render(array $source, array $arguments)
6060
throw $e;
6161
}
6262

63-
return array_key_exists($text, $data) ? $data[$text] : addslashes($text);
63+
return array_key_exists($text, $data) ? $data[$text] : end($source);
6464
}
6565
}

0 commit comments

Comments
 (0)