diff --git a/resources/views/content/faq.blade.php b/resources/views/content/faq.blade.php
index 719b477..318c054 100644
--- a/resources/views/content/faq.blade.php
+++ b/resources/views/content/faq.blade.php
@@ -3,23 +3,23 @@
@endsection
@section('content')
-
{!! __('faq.title') !!}
+ {!! __('app.faq.title') !!}
- - {!! __('faq.q1') !!}
-
- {!! __('faq.a1') !!}
+ - {!! __('app.faq.q1') !!}
+
- {!! __('app.faq.a1') !!}
- - {!! __('faq.q2') !!}
-
- {!! __('faq.a2') !!}
+ - {!! __('app.faq.q2') !!}
+
- {!! __('app.faq.a2') !!}
- - {!! __('faq.q3') !!}
-
- {!! __('faq.a3') !!}
+ - {!! __('app.faq.q3') !!}
+
- {!! __('app.faq.a3') !!}
- - {!! __('faq.q4') !!}
-
- {!! __('faq.a4') !!}
+ - {!! __('app.faq.q4') !!}
+
- {!! __('app.faq.a4') !!}
- - {!! __('faq.q5') !!}
-
- {!! __('faq.a5') !!}
+ - {!! __('app.faq.q5') !!}
+
- {!! __('app.faq.a5') !!}
@endsection