Skip to content

Commit

Permalink
incorrect translation
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Jan 11, 2016
1 parent 9218bf8 commit 315b46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/views/public/show.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@extends('core::public.master')

@section('title', $model->title . '' . trans('news::global.name') . '' . $websiteTitle)
@section('title', $model->title . '' . trans('objects::global.name') . '' . $websiteTitle)
@section('ogTitle', $model->title)
@section('description', $model->summary)
@section('image', $model->present()->thumbUrl())
Expand Down

0 comments on commit 315b46d

Please sign in to comment.