Home: meaningful CTAs per module (Réviser, Griffonner, Cocher, Déballer)
Deploy HouseHub / deploy (push) Successful in 2s
Deploy HouseHub / deploy (push) Successful in 2s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
d913f3c0eb
commit
2016407a43
@@ -98,8 +98,11 @@ return [
|
|||||||
'menu_todo' => 'Todo',
|
'menu_todo' => 'Todo',
|
||||||
'cta_open' => 'Obrir',
|
'cta_open' => 'Obrir',
|
||||||
'cta_explore' => 'Explorar',
|
'cta_explore' => 'Explorar',
|
||||||
'cta_view_lists' => 'Veure les llistes',
|
'cta_view_lists' => 'Desembolicar',
|
||||||
'cta_manage' => 'Gestionar',
|
'cta_manage' => 'Gestionar',
|
||||||
|
'cta_service' => 'Revisar',
|
||||||
|
'cta_jot' => 'Apuntar',
|
||||||
|
'cta_check' => 'Marcar',
|
||||||
|
|
||||||
// ==========================================
|
// ==========================================
|
||||||
// FAMILY CALENDAR
|
// FAMILY CALENDAR
|
||||||
|
|||||||
@@ -99,8 +99,11 @@ return [
|
|||||||
'menu_todo' => 'Todo',
|
'menu_todo' => 'Todo',
|
||||||
'cta_open' => 'Open',
|
'cta_open' => 'Open',
|
||||||
'cta_explore' => 'Explore',
|
'cta_explore' => 'Explore',
|
||||||
'cta_view_lists' => 'View lists',
|
'cta_view_lists' => 'Unwrap',
|
||||||
'cta_manage' => 'Manage',
|
'cta_manage' => 'Manage',
|
||||||
|
'cta_service' => 'Service',
|
||||||
|
'cta_jot' => 'Jot down',
|
||||||
|
'cta_check' => 'Check off',
|
||||||
|
|
||||||
// ==========================================
|
// ==========================================
|
||||||
// FAMILY CALENDAR
|
// FAMILY CALENDAR
|
||||||
|
|||||||
@@ -101,8 +101,11 @@ return [
|
|||||||
'menu_todo' => 'Todo',
|
'menu_todo' => 'Todo',
|
||||||
'cta_open' => 'Ouvrir',
|
'cta_open' => 'Ouvrir',
|
||||||
'cta_explore' => 'Explorer',
|
'cta_explore' => 'Explorer',
|
||||||
'cta_view_lists' => 'Voir les listes',
|
'cta_view_lists' => 'Déballer',
|
||||||
'cta_manage' => 'Gérer',
|
'cta_manage' => 'Gérer',
|
||||||
|
'cta_service' => 'Réviser',
|
||||||
|
'cta_jot' => 'Griffonner',
|
||||||
|
'cta_check' => 'Cocher',
|
||||||
|
|
||||||
// ==========================================
|
// ==========================================
|
||||||
// FAMILY CALENDAR
|
// FAMILY CALENDAR
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ if ($_has_custom_bg): ?>
|
|||||||
<div class="pf-card-icon">🚗</div>
|
<div class="pf-card-icon">🚗</div>
|
||||||
<h3 class="pf-card-title"><?= tr('mod_garage_name') ?></h3>
|
<h3 class="pf-card-title"><?= tr('mod_garage_name') ?></h3>
|
||||||
<div class="pf-card-desc"><?= tr('mod_garage_desc') ?></div>
|
<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>
|
</a>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
@@ -96,7 +96,7 @@ if ($_has_custom_bg): ?>
|
|||||||
<div class="pf-card-icon">📝</div>
|
<div class="pf-card-icon">📝</div>
|
||||||
<h3 class="pf-card-title"><?= tr('mod_memo_name') ?></h3>
|
<h3 class="pf-card-title"><?= tr('mod_memo_name') ?></h3>
|
||||||
<div class="pf-card-desc"><?= tr('mod_memo_desc') ?></div>
|
<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>
|
</a>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
@@ -105,7 +105,7 @@ if ($_has_custom_bg): ?>
|
|||||||
<div class="pf-card-icon">✅</div>
|
<div class="pf-card-icon">✅</div>
|
||||||
<h3 class="pf-card-title"><?= tr('mod_todo_name') ?></h3>
|
<h3 class="pf-card-title"><?= tr('mod_todo_name') ?></h3>
|
||||||
<div class="pf-card-desc"><?= tr('mod_todo_desc') ?></div>
|
<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>
|
</a>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user