fix(constants): update 'Change Log' to 'Changelog' in settings dropdown
This commit is contained in:
parent
0e7cc988a6
commit
cbd2c88cb4
2 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
return [
|
||||
'coolify' => [
|
||||
'version' => '4.0.0-beta.420.7',
|
||||
'version' => '4.0.0-beta.420.6',
|
||||
'helper_version' => '1.0.9',
|
||||
'realtime_version' => '1.0.10',
|
||||
'self_hosted' => env('SELF_HOSTED', true),
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@ class="bg-error text-white text-xs rounded-full w-5 h-5 flex items-center justif
|
|||
@else
|
||||
<button wire:click="openWhatsNewModal" @click="dropdownOpen = false"
|
||||
class="px-1 dropdown-item-no-padding">
|
||||
Change Log
|
||||
Changelog
|
||||
</button>
|
||||
@endif
|
||||
|
||||
|
|
@ -184,7 +184,7 @@ class="relative w-full max-w-4xl py-6 border rounded-sm drop-shadow-sm bg-white
|
|||
<div class="flex items-center justify-between pb-3">
|
||||
<div>
|
||||
<h3 class="text-2xl font-bold dark:text-white">
|
||||
Change Log
|
||||
Changelog
|
||||
</h3>
|
||||
<p class="mt-1 text-sm dark:text-neutral-400">
|
||||
Stay up to date with the latest features and improvements.
|
||||
|
|
|
|||
Loading…
Reference in a new issue