Skip to content

Commit

Permalink
Merge pull request #1 from leolemos/leolemos-patch-1
Browse files Browse the repository at this point in the history
Update admin.php
  • Loading branch information
leolemos authored Aug 19, 2023
2 parents 5a57ef4 + 51b51bb commit 9e90123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/settings/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<?php p($l->t('You can customize your instance with random background images.')); ?>
<br>
<?php p($l->t('Here you can specify where random backgrounds should be used by default.')); ?>
<?php print_unescaped($this->inc('partials/license')); ?>
<?php print_unescaped($this->inc('partials/license'.$_['selectedProvider'])); ?>
</p>
<form>
<div class="unsplash-checkboxes">
Expand Down

0 comments on commit 9e90123

Please sign in to comment.