Skip to content

Commit

Permalink
Merge pull request #489 from nextcloud/stable10-brand-to-nextcloud
Browse files Browse the repository at this point in the history
[stable10] Use proper branding
  • Loading branch information
MorrisJobke authored Jul 21, 2016
2 parents decfd1a + 0caeb31 commit cb08ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/federation/templates/settings-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

<h3><?php p($l->t('Trusted Servers')); ?></h3>
<p id="ocFederationAddServer">
<button id="ocFederationAddServerButton" class=""><?php p($l->t('+ Add ownCloud server')); ?></button>
<input id="serverUrl" class="hidden" type="text" value="" placeholder="<?php p($l->t('ownCloud Server')); ?>" name="server_url"/>
<button id="ocFederationAddServerButton" class=""><?php p($l->t('+ Add Nextcloud server')); ?></button>
<input id="serverUrl" class="hidden" type="text" value="" placeholder="<?php p($l->t('Nextcloud Server')); ?>" name="server_url"/>
<span class="msg"></span>
</p>
<ul id="listOfTrustedServers">
Expand Down

0 comments on commit cb08ab7

Please sign in to comment.