Update syslog placeholder

This commit is contained in:
vimniky 2018-03-07 14:34:23 +08:00
parent eac162aae6
commit ec5ea35a88
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@
type="text" type="text"
value=config.endpoint value=config.endpoint
classNames="form-control" classNames="form-control"
placeholder=(t 'loggingPage.endpointPlaceholder') placeholder=(t 'loggingPage.syslog.endpointPlaceholder')
}} }}
<div class="input-group-btn bg-primary"> <div class="input-group-btn bg-primary">
<button <button

View File

@ -114,6 +114,7 @@ loggingPage:
topicPlaceholder: e.g. message topicPlaceholder: e.g. message
topicHelpText: Logs will be send to this topic topicHelpText: Logs will be send to this topic
syslog: syslog:
endpointPlaceholder: 'e.g. 192.168.1.10:514'
header: Syslog Configuration header: Syslog Configuration
endpointHelpText: Input your syslog server endpoint herecluster. endpointHelpText: Input your syslog server endpoint herecluster.
program: Program program: Program