Skip to content

Commit 89874a5

Browse files
committed
fix: change translation key memoryError to memoryLimitError
1 parent dddbf34 commit 89874a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/Resources/app/administration/src/module/frosh-tools/snippet

src/Resources/app/administration/src/module/frosh-tools/snippet/en-GB.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"mariaDbVersion": "MariaDB Version: {version}",
5555
"phpOutdated": "You should have at least PHP-Version {minPhpVersion}. Installed: {version}",
5656
"phpGood": "PHP Version: {version}",
57-
"memoryError": "You should have at least memory limit of {minMemoryLimit}. Currently: {memoryLimit}",
57+
"memoryLimitError": "You should have at least memory limit of {minMemoryLimit}. Currently: {memoryLimit}",
5858
"memoryLimitGood": "Memory-Limit: {memoryLimit}",
5959
"zendOpcacheGood": "Zend Opcache is active",
6060
"zendOpcacheWarning": "Zend Opcache is not active",

0 commit comments

Comments
 (0)