Skip to content

Commit

Permalink
FIx CS issue
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
bastianallgeier and github-actions[bot] authored Jun 27, 2022
1 parent 0fe8423 commit 0e69ad3
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 0e69ad3

Please sign in to comment.