Skip to content

Commit 90f0d85

Browse files
committed
incorrect translation
1 parent 9161c7c commit 90f0d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/public/show.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@extends('core::public.master')
22

3-
@section('title', $model->title . '' . trans('news::global.name') . '' . $websiteTitle)
3+
@section('title', $model->title . '' . trans('places::global.name') . '' . $websiteTitle)
44
@section('ogTitle', $model->title)
55
@section('description', $model->summary)
66
@section('image', $model->present()->thumbUrl())

0 commit comments

Comments
 (0)