diff --git a/webrtc/webrtc.php b/webrtc/webrtc.php index bcf278a6..7a4e8cf7 100644 --- a/webrtc/webrtc.php +++ b/webrtc/webrtc.php @@ -45,7 +45,7 @@ function webrtc_content(&$a) { /* embedd the landing page in an iframe */ $o .= '

'.t('Video Chat').'

'; - $o .= '

FIXME some short information for the enduser what to do. Best surrounded in a t() call so the text can be translated.

'; + $o .= '

'.t('WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with.').'

'; if ($webrtcurl == '') { $o .= '

'.t('Please contact your friendica admin and send a reminder to configure the WebRTC addon.').'

'; } else {