Bugfix and language updates

Fixed links and language translations in installert.
Fixed outgoing mail issue.
This commit is contained in:
Manish Verma
2018-08-13 18:39:36 +05:30
parent 3a52d6f24f
commit 2f6ce43fe1
7 changed files with 101 additions and 57 deletions

View File

@@ -1592,4 +1592,20 @@ return [
'selected-user-is-already-the-owner' => 'Selected user is already the owner of this ticket.',
//updated 15-5-2017
'session-expired' => 'Session expired or invalid, please try again.',
//update since v1.10
'your_helpdesk_is_ready' => 'Your Helpdesk is Ready!',
'all_right_sparky_you_have_made_it' => 'All right, sparky! Youve made it through the installation.',
'next_step' => 'Next Step',
'login_to_faveo' => 'Login to Faveo',
'learn_more' => 'Learn More',
'video_walk_through' => 'Video walk through',
'email_support' => 'Email Support',
'not-answered' => 'Not answered',
'default-fallback' => 'Fallback language',
'system-language' => 'System\'s default language',
'set_as_sys_lang' => 'Make default',
'system-outgoing-incoming-mail-not-configured' => 'You have not configured system mail. Faveo can\'t fetch tickets from mail or send mail to users without it.',
'confihure-the-mail-now' => 'Click here to configure the mail.',
'system-mail-not-configured-agent-message' => 'System incoming and outgoing email settings are not configured. Please contct your system\'s admin and report the problem.',
];

View File

@@ -56,7 +56,7 @@ active
<ul>
<li class="video-walkthrough"><a target="_blank" href="https://www.youtube.com/channel/UC-eqh-h241b1janp6sU7Iiw">{!! Lang::get('lang.video_walk_through') !!}</a>
</li>
<li class="sidekick"><a target="_blank" href="http://www.ladybirdweb.com/support/knowledgebase">{!! Lang::get('lang.knowledge_base') !!}</a>
<li class="sidekick"><a target="_blank" href="https://www.support.faveohelpdesk.com/knowledgebase">{!! Lang::get('lang.knowledge_base') !!}</a>
</li>
<li class="newsletter"><a href="mailto:support@ladybirdweb.com">{!! Lang::get('lang.email_support') !!}</a>
@@ -71,5 +71,4 @@ active
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<script src="{{asset("lb-faveo/js/index.js")}}"></script>
@stop