fix(constants): update 'Change Log' to 'Changelog' in settings dropdown

This commit is contained in:
Andras Bacsai
2025-08-08 13:49:19 +02:00
parent 0e7cc988a6
commit cbd2c88cb4
2 changed files with 3 additions and 3 deletions

View File

@@ -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),

View File

@@ -131,7 +131,7 @@
@else
<button wire:click="openWhatsNewModal" @click="dropdownOpen = false"
class="px-1 dropdown-item-no-padding">
Change Log
Changelog
</button>
@endif
@@ -184,7 +184,7 @@
<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.