Update controllers_SettingController.php

This commit is contained in:
devochka 2016-10-31 19:26:51 +01:00 committed by GitHub
parent f68a771ae1
commit 5f0c357501

View File

@ -22,5 +22,5 @@ return [
'No caching (Testing only!)' => 'Нет кэширования (только тестирование!)',
'None - shows dropdown in user registration.' => 'Нет - показывать в выпадающем меню при регистрации пользователя.',
'Saved' => 'Сохранено',
'Saved and flushed cache' => 'Сохранено, кеш сброшен',
'Saved and flushed cache' => 'Сохранено, кэш сброшен',
];