Skip to content

Commit

Permalink
fix: update video URL for Urban Tree introduction on landing 9 (catal…
Browse files Browse the repository at this point in the history
…an) (#154)

This pull request includes a small change to the
`lang/ca/landings/landing9.php` file. The change updates the `video_url`
in the call-to-action section.

*
[`lang/ca/landings/landing9.php`](diffhunk://#diff-6764d62127c474c2109938ca4db5445b20365754fad1146a4b587763c8b43462L60-R60):
Updated the `video_url` from 'https://www.youtube.com/embed/M0VBcCEp10E'
to 'https://www.youtube.com/embed/3eCPW5mGKhw'.
  • Loading branch information
0x1026 authored Feb 19, 2025
2 parents a3c616d + 35f8e34 commit 93ac058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/ca/landings/landing9.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
'cta' => [
'title' => 'Uneix-te a la comunitat Urban Tree',
'description' => 'Descobreix com pots contribuir al futur de la gestió sostenible de l\'arbrat urbà. Visita el nostre repositori i comença a col·laborar.',
'video_url' => 'https://www.youtube.com/embed/M0VBcCEp10E',
'video_url' => 'https://www.youtube.com/embed/3eCPW5mGKhw',
'video_title' => 'Introducció a Urban Tree 5.0',
],
'footer' => [
Expand Down

0 comments on commit 93ac058

Please sign in to comment.