Skip to content

Commit

Permalink
Micro UI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkendk committed Oct 27, 2016
1 parent b765c48 commit 5cb0b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Duplicati/Server/webroot/ngax/templates/edituri.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h3 translate>Chose a storage type to get started</h3>
<div class="buttons" ng-hide="Testing">
<a href ng-click="save()" class="save" translate>OK</a>
<a href ng-click="testConnection()" class="test-connection" translate>Test connection</a>
<a href ng-click="hide()" class="warning cancel" translate>Cancel</a>
<a href ng-click="hide()" class="cancel" translate>Cancel</a>
</div>

<div class="button testmessage" ng-show="Testing">
Expand Down

0 comments on commit 5cb0b75

Please sign in to comment.