forked from friendica/friendica-addons
fixing the info text for the visitors
This commit is contained in:
parent
360ab11efb
commit
ad29b2368f
|
@ -45,7 +45,7 @@ function webrtc_content(&$a) {
|
||||||
|
|
||||||
/* embedd the landing page in an iframe */
|
/* embedd the landing page in an iframe */
|
||||||
$o .= '<h2>'.t('Video Chat').'</h2>';
|
$o .= '<h2>'.t('Video Chat').'</h2>';
|
||||||
$o .= '<p>FIXME some short information for the enduser what to do. Best surrounded in a <code>t()</code> call so the text can be translated.</p>';
|
$o .= '<p>'.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.').'</p>';
|
||||||
if ($webrtcurl == '') {
|
if ($webrtcurl == '') {
|
||||||
$o .= '<p>'.t('Please contact your friendica admin and send a reminder to configure the WebRTC addon.').'</p>';
|
$o .= '<p>'.t('Please contact your friendica admin and send a reminder to configure the WebRTC addon.').'</p>';
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue