Skip to content

Commit

Permalink
Merge pull request #207 from nextcloud/bugfix/noid/mobile-desktop-ser…
Browse files Browse the repository at this point in the history
…ver-address

Check over wording of Server address on mobile and desktop
  • Loading branch information
rullzer authored Aug 26, 2019
2 parents 6f2d62e + 93d52c8 commit 80ffddd
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 80ffddd

Please sign in to comment.