From 0e69ad370765ab0f5629fb4370f3c1343bc511de Mon Sep 17 00:00:00 2001 From: Bastian Allgeier Date: Mon, 27 Jun 2022 11:02:44 +0200 Subject: [PATCH] FIx CS issue Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- config/areas/system/dialogs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/areas/system/dialogs.php b/config/areas/system/dialogs.php index f7fce28bf4..bf17b50cfc 100644 --- a/config/areas/system/dialogs.php +++ b/config/areas/system/dialogs.php @@ -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 ? '' . I18n::translate('license.manage') . ' →' : '' . I18n::translate('license.buy') . ' →'