Tweak System Console > Configuration note (#6598)

* Update configuration_settings.jsx

* Update en.json
Этот коммит содержится в:
Jason Blais
2017-06-12 07:30:36 -04:00
коммит произвёл Joram Wilander
родитель fc7f6ffd32
Коммит 08130096e5
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@@ -89,7 +89,7 @@ export default class ConfigurationSettings extends AdminSettings {
<div className='banner__content'> <div className='banner__content'>
<FormattedMessage <FormattedMessage
id='admin.rate.noteDescription' id='admin.rate.noteDescription'
defaultMessage='Changing properties in this section will require a server restart before taking effect.' defaultMessage='Changing properties other than Site URL in this section will require a server restart before taking effect.'
/> />
</div> </div>
</div> </div>

Просмотреть файл

@@ -609,7 +609,7 @@
"admin.rate.memoryDescription": "Maximum number of users sessions connected to the system as determined by \"Vary rate limit by remote address\" and \"Vary rate limit by HTTP header\" settings below.", "admin.rate.memoryDescription": "Maximum number of users sessions connected to the system as determined by \"Vary rate limit by remote address\" and \"Vary rate limit by HTTP header\" settings below.",
"admin.rate.memoryExample": "E.g.: \"10000\"", "admin.rate.memoryExample": "E.g.: \"10000\"",
"admin.rate.memoryTitle": "Memory Store Size:", "admin.rate.memoryTitle": "Memory Store Size:",
"admin.rate.noteDescription": "Changing properties in this section will require a server restart before taking effect.", "admin.rate.noteDescription": "Changing properties other than Site URL in this section will require a server restart before taking effect.",
"admin.rate.noteTitle": "Note:", "admin.rate.noteTitle": "Note:",
"admin.rate.queriesDescription": "Throttles API at this number of requests per second.", "admin.rate.queriesDescription": "Throttles API at this number of requests per second.",
"admin.rate.queriesExample": "E.g.: \"10\"", "admin.rate.queriesExample": "E.g.: \"10\"",