Skip to content

Commit

Permalink
normalize name to Spreed video calls
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
  • Loading branch information
jancborchardt authored and MorrisJobke committed Nov 21, 2016
1 parent 3ada9c7 commit df3f436
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<info>
<id>spreed</id>
<name>Spreed.ME video calls</name>
<name>Spreed video calls</name>
<description>Voice over IP conferencing using WebRTC</description>
<licence>AGPLv3+</licence>
<author>Lukas Reschke, Jan-Christoph Borchardt, Morris Jobke</author>
Expand Down
2 changes: 1 addition & 1 deletion templates/settings-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div id="spreed" class="section">
<form id="spreed_settings_form" class="spreed_settings">
<h2 class="app-name">Spreed</h2>
<h2 class="app-name">Spreed video calls</h2>
<span id="spreed_settings_msg" class="msg"></span>
<p>
<label for="stun_server"><?php p($l->t('STUN server')) ?></label>
Expand Down
2 changes: 1 addition & 1 deletion templates/settings-personal.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div id="spreedSettings" class="section">
<form id="spreed_settings_form" class="spreed_settings">
<h2><?php p($l->t('Spreed')); ?></h2>
<h2><?php p($l->t('Spreed video calls')); ?></h2>
<p>
<?php p($l->t('The TURN server is used to relay audio/video streams in cases where the participants can\'t connect directly to each other.')) ?>
</p>
Expand Down

0 comments on commit df3f436

Please sign in to comment.