Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/personal-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<div class="followupsection">
<h2><?php p($l->t('Server address')); ?></h2>

<p><?php p($l->t('Use this URL to connect your clients to this server:')); ?></p>
<p><?php p($l->t('Use this link to connect your apps and desktop client to this server:')); ?></p>
<div>
<input type="text" readonly="readonly" id="endpoint-url" value="<?php echo p($_['url']); ?>" />
<a class="clipboardButton icon icon-clippy" data-clipboard-target="#endpoint-url"></a>
Expand Down