db80ea5262
CI / test (push) Has been cancelled
Updated: SPA <title>, PWA manifest name/short_name, iOS web-app title, "Install"/"Pin to home screen" copy, HomeView empty state, all Twig page titles (login/register/setup/token/help), and the share-notification email header. Left alone: the firmware-broadcast SSID PictureFrame-XXXX (coordinated firmware change needed) and internal code/comment refs. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
10 lines
344 B
Twig
10 lines
344 B
Twig
{{ sharer.email }} shared a photo with you on WeVisto.
|
|
|
|
Add to my frame:
|
|
{{ absolute_url('/token/' ~ approveToken.uuid ~ '/approve') }}
|
|
|
|
No thanks (decline):
|
|
{{ absolute_url('/token/' ~ declineToken.uuid ~ '/decline?back=' ~ approveToken.uuid) }}
|
|
|
|
These links expire in {{ (approveToken.expiresAt.timestamp - 'now'|date('U')) // 86400 }} days.
|