Skip to content

Commit

Permalink
Change Get Tickets to Watch The Talks
Browse files Browse the repository at this point in the history
  • Loading branch information
papachristoumarios committed Aug 30, 2018
1 parent 1bc7cd4 commit 9800fa0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/lang/el/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'blog' => 'Blog',
'about' => 'Σχετικά με μας',
'contact' => 'Επικοινωνία',
'gettickets' => 'Κάντε κράτηση',
'viewtalks' => 'Δείτε τις ομιλίες',
],

/* FOOTER */
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/en/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'blog' => 'Blog',
'about' => 'About',
'contact' => 'Contact',
'gettickets' => 'Get Tickets',
'viewtalks' => 'Watch The Talks',
],

/* FOOTER */
Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/partials/nav.twig
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<a class="nav-link{{ active('contact') }}" href="/contact">{{ trans('general.nav.contact') }}</a>
</li>
<li class="nav-item get-tickets">
<a class="nav-link" href="/tickets">{{ trans('general.nav.gettickets') }}</a>
<a class="nav-link" href="https://www.youtube.com/watch?v=Pehdm-dMSCI&list=PLsRNoUx8w3rPyxuGEigwn6VPqi5gJMN-y">{{ trans('general.nav.viewtalks') }}</a>
</li>
</ul>
<div class="d-none d-lg-block navbar-flags navbar-flags-right ml-3">
Expand Down

0 comments on commit 9800fa0

Please sign in to comment.