Home: meaningful CTAs per module (Réviser, Griffonner, Cocher, Déballer)
Deploy HouseHub / deploy (push) Successful in 2s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
perco
2026-05-12 14:57:22 +02:00
co-authored by Claude Sonnet 4.6
parent d913f3c0eb
commit 2016407a43
4 changed files with 15 additions and 6 deletions
+4 -1
View File
@@ -98,8 +98,11 @@ return [
'menu_todo' => 'Todo',
'cta_open' => 'Obrir',
'cta_explore' => 'Explorar',
'cta_view_lists' => 'Veure les llistes',
'cta_view_lists' => 'Desembolicar',
'cta_manage' => 'Gestionar',
'cta_service' => 'Revisar',
'cta_jot' => 'Apuntar',
'cta_check' => 'Marcar',
// ==========================================
// FAMILY CALENDAR
+4 -1
View File
@@ -99,8 +99,11 @@ return [
'menu_todo' => 'Todo',
'cta_open' => 'Open',
'cta_explore' => 'Explore',
'cta_view_lists' => 'View lists',
'cta_view_lists' => 'Unwrap',
'cta_manage' => 'Manage',
'cta_service' => 'Service',
'cta_jot' => 'Jot down',
'cta_check' => 'Check off',
// ==========================================
// FAMILY CALENDAR
+4 -1
View File
@@ -101,8 +101,11 @@ return [
'menu_todo' => 'Todo',
'cta_open' => 'Ouvrir',
'cta_explore' => 'Explorer',
'cta_view_lists' => 'Voir les listes',
'cta_view_lists' => 'Déballer',
'cta_manage' => 'Gérer',
'cta_service' => 'Réviser',
'cta_jot' => 'Griffonner',
'cta_check' => 'Cocher',
// ==========================================
// FAMILY CALENDAR
+3 -3
View File
@@ -87,7 +87,7 @@ if ($_has_custom_bg): ?>
<div class="pf-card-icon">🚗</div>
<h3 class="pf-card-title"><?= tr('mod_garage_name') ?></h3>
<div class="pf-card-desc"><?= tr('mod_garage_desc') ?></div>
<span class="pf-card-cta"><?= tr('cta_open') ?></span>
<span class="pf-card-cta"><?= tr('cta_service') ?></span>
</a>
<?php endif; ?>
@@ -96,7 +96,7 @@ if ($_has_custom_bg): ?>
<div class="pf-card-icon">📝</div>
<h3 class="pf-card-title"><?= tr('mod_memo_name') ?></h3>
<div class="pf-card-desc"><?= tr('mod_memo_desc') ?></div>
<span class="pf-card-cta"><?= tr('cta_open') ?></span>
<span class="pf-card-cta"><?= tr('cta_jot') ?></span>
</a>
<?php endif; ?>
@@ -105,7 +105,7 @@ if ($_has_custom_bg): ?>
<div class="pf-card-icon">✅</div>
<h3 class="pf-card-title"><?= tr('mod_todo_name') ?></h3>
<div class="pf-card-desc"><?= tr('mod_todo_desc') ?></div>
<span class="pf-card-cta"><?= tr('cta_open') ?></span>
<span class="pf-card-cta"><?= tr('cta_check') ?></span>
</a>
<?php endif; ?>