Skip to content
Snippets Groups Projects
Commit ec1d883f authored by Julien Veyssier's avatar Julien Veyssier
Browse files

Merge branch 'master' into 'master'

Tweaks to logger support

See merge request !475
parents 6fcb4f6e ba3b06b2
No related branches found
No related tags found
1 merge request!475Tweaks to logger support
Pipeline #42638029 failed
css/images/ext_logos/locusmap.png

11.9 KiB

......@@ -4986,7 +4986,9 @@
}
else if (logger === 'owntracks') {
loggerName = 'Owntracks';
content = 'To be written by a Owntracks user !';
content = t('phonetrack', 'In the Owntracks preferences menu, go to \'Connections\'.') +
' ' + t('phonetrack', 'Change the connection Mode to \'Private HTTP\', Copy the URL below into the \'Host\' field.') +
' ' + t('phonetrack', 'Leave settings under \'Identification\' blank as they are not required.');
}
else if (logger === 'ulogger') {
loggerName = 'Ulogger';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment