Skip to content

Commit

Permalink
Merge branch 'fix/license' of github.com:getkirby/kirby into fix/license
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Jun 27, 2022
2 parents f7ea4d2 + 0e69ad3 commit 801992e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/areas/system/dialogs.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'type' => 'info',
'label' => I18n::translate('license'),
'text' => $license ? $license : I18n::translate('license.unregistered.label'),
'theme' => $license ? 'code' : 'negative',
'theme' => $license ? 'code' : 'negative',
'help' => $license ?
'<a href="https://hub.getkirby.com">' . I18n::translate('license.manage') . ' &rarr;</a>' :
'<a href="https://getkirby.com/buy">' . I18n::translate('license.buy') . ' &rarr;</a>'
Expand Down

0 comments on commit 801992e

Please sign in to comment.