Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2017-10-20 15:35:03 +0300
committersualko <klaus@jsxc.org>2017-10-20 15:35:03 +0300
commit64575bf3c266cbeb88a2371cd887c054075afc8a (patch)
tree9e0f456f30ba61cd1fc3a764832e9a885d06644a /build/templates/settings/personal.php
parent534432e0ba766f4180260cdcc64614cf7ed0f6e2 (diff)
build v3.3.1v3.3.1
Diffstat (limited to 'build/templates/settings/personal.php')
-rw-r--r--build/templates/settings/personal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/templates/settings/personal.php b/build/templates/settings/personal.php
index 1fadffb..323e330 100644
--- a/build/templates/settings/personal.php
+++ b/build/templates/settings/personal.php
@@ -12,7 +12,7 @@ if (function_exists('script')) {
<div id="ojsxc-settings">
<label>
<input type="checkbox" name="loginFormEnable" value="true" <?php if($_[ 'loginFormEnable']==='true' || $_[ 'loginFormEnable']===true) echo "checked"; ?> />
- If this option is enabled, the chat will start on login.
+ Launches chat upon login.
</label>
</div>
</div>