From 98e74e53f22699cc5f0e30d7aa47c0599111529d Mon Sep 17 00:00:00 2001 From: FreeScout Date: Fri, 14 Jun 2024 00:36:27 -0700 Subject: [PATCH] Update repo link --- app/Misc/Helper.php | 2 +- config/app.php | 4 ++-- .../views/conversations/ajax_html/show_original.blade.php | 2 +- resources/views/mailboxes/connection.blade.php | 8 ++++---- resources/views/mailboxes/connection_incoming.blade.php | 4 ++-- .../views/modules/partials/invalid_symlinks.blade.php | 2 +- resources/views/system/status.blade.php | 6 +++--- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/app/Misc/Helper.php b/app/Misc/Helper.php index 8ab7e7f2c..516ce6b7d 100644 --- a/app/Misc/Helper.php +++ b/app/Misc/Helper.php @@ -1997,7 +1997,7 @@ public static function maybeShowSendingProblemsAlert() if (\Option::get('send_emails_problem')) { $flashes[] = [ 'type' => 'warning', - 'text' => __('There is a problem processing outgoing mail queue — an admin should check :%a_begin%System Status:%a_end% and :%a_begin_recommendations%Recommendations:%a_end%', ['%a_begin%' => '', '%a_end%' => '', /*'%a_begin_logs%' => '',*/ '%a_begin_recommendations%' => '']), + 'text' => __('There is a problem processing outgoing mail queue — an admin should check :%a_begin%System Status:%a_end% and :%a_begin_recommendations%Recommendations:%a_end%', ['%a_begin%' => '', '%a_end%' => '', /*'%a_begin_logs%' => '',*/ '%a_begin_recommendations%' => '']), 'unescaped' => true, ]; } diff --git a/config/app.php b/config/app.php index 4418a3025..df2321b5e 100644 --- a/config/app.php +++ b/config/app.php @@ -170,10 +170,10 @@ /* |-------------------------------------------------------------------------- - | FreeScout eepository + | FreeScout repository |------------------------------------------------------------------------- */ - 'freescout_repo' => 'https://github.com/freescout-helpdesk/freescout', + 'freescout_repo' => 'https://freescout.net/github', /* |-------------------------------------------------------------------------- diff --git a/resources/views/conversations/ajax_html/show_original.blade.php b/resources/views/conversations/ajax_html/show_original.blade.php index 636231de6..2d28b4384 100644 --- a/resources/views/conversations/ajax_html/show_original.blade.php +++ b/resources/views/conversations/ajax_html/show_original.blade.php @@ -11,7 +11,7 @@
@if (!$fetched) - +
{{ __('The original message could not be loaded from mail server, below is the latest truncated copy stored in database.') }} ({{ __('read more') }})
@endif
diff --git a/resources/views/mailboxes/connection.blade.php b/resources/views/mailboxes/connection.blade.php index cae1ba1ab..8622cefaf 100644 --- a/resources/views/mailboxes/connection.blade.php +++ b/resources/views/mailboxes/connection.blade.php @@ -26,14 +26,14 @@ {{ csrf_field() }}
- {!! __("You can read more about sending emails :%a_begin%here:%a_end%.", ['%a_begin%' => '', '%a_end%' =>'']) !!} + {!! __("You can read more about sending emails :%a_begin%here:%a_end%.", ['%a_begin%' => '', '%a_end%' =>'']) !!} {!! __("To send system emails via webmail providers (Gmail, Yahoo, etc) use only SMTP method and make sure that SMTP username is equal to the mailbox email address (:%mailbox_email%), otherwise webmail provider won't send emails.", ['%mailbox_email%' => $mailbox->email]) !!}

- +
@@ -68,7 +68,7 @@ @if (strstr($mailbox->out_server ?? '', '.gmail.'))
- {!! __("How to :%link_start%connect Gmail:%link_end% to FreeScout.", ['%link_start%' => '', '%link_end%' => '']) !!} + {!! __("How to :%link_start%connect Gmail:%link_end% to FreeScout.", ['%link_start%' => '', '%link_end%' => '']) !!}
@endif @@ -111,7 +111,7 @@ @elseif ($mailbox->oauthGetParam('provider') == \MailHelper::OAUTH_PROVIDER_MICROSOFT && $oauth_fully_enabled) – {{ __('Disconnect') }} @endif - ({{ __('Help') }}) + ({{ __('Help') }})

diff --git a/resources/views/mailboxes/connection_incoming.blade.php b/resources/views/mailboxes/connection_incoming.blade.php index 81dec950a..95df9507b 100644 --- a/resources/views/mailboxes/connection_incoming.blade.php +++ b/resources/views/mailboxes/connection_incoming.blade.php @@ -26,7 +26,7 @@ {{ csrf_field() }}
- {!! __("You can read more about fetching emails :%a_begin%here:%a_end%.", ['%a_begin%' => '', '%a_end%' =>'']) !!} + {!! __("You can read more about fetching emails :%a_begin%here:%a_end%.", ['%a_begin%' => '', '%a_end%' =>'']) !!}
@@ -116,7 +116,7 @@ @elseif ($mailbox->oauthGetParam('provider') == \MailHelper::OAUTH_PROVIDER_MICROSOFT && $oauth_fully_enabled) – {{ __('Disconnect') }} @endif - ({{ __('Help') }}) + ({{ __('Help') }})

{{--@include('partials/field_error', ['field'=>'in_password'])--}}
diff --git a/resources/views/modules/partials/invalid_symlinks.blade.php b/resources/views/modules/partials/invalid_symlinks.blade.php index 825821e31..ee8a07676 100644 --- a/resources/views/modules/partials/invalid_symlinks.blade.php +++ b/resources/views/modules/partials/invalid_symlinks.blade.php @@ -1,5 +1,5 @@
- {{ __('Invalid or missing modules symlinks') }} ({{ __('read more') }}) + {{ __('Invalid or missing modules symlinks') }} ({{ __('read more') }})
    @foreach ($invalid_symlinks as $invalid_symlink_from => $invalid_symlinks_to)
  • {{ $invalid_symlink_from }} -> {{ $invalid_symlinks_to }}
  • diff --git a/resources/views/system/status.blade.php b/resources/views/system/status.blade.php index 93a4560ab..22176c2fa 100644 --- a/resources/views/system/status.blade.php +++ b/resources/views/system/status.blade.php @@ -62,7 +62,7 @@ Proxy
    - @if (!$cloudflare_is_used) @endif{{ 'CloudFlare' }} ({{ __('read more') }}) + @if (!$cloudflare_is_used) @endif{{ 'CloudFlare' }} ({{ __('read more') }})
    @@ -156,7 +156,7 @@
    {{ $non_writable_cache_file }}

    - {{ __('Run the following command') }} ({{ __('read more') }}):
    + {{ __('Run the following command') }} ({{ __('read more') }}):
    sudo chown -R www-data:www-data {{ base_path() }} @elseif (!$perm['status']) {{ __('Not writable') }} @if ($perm['value'])({{ $perm['value'] }})@endif @@ -170,7 +170,7 @@ {{ __('Not writable') }} @if ($perm['value'])({{ $perm['value'] }})@endif

    - {{ __('Run the following command') }} ({{ __('read more') }}):
    + {{ __('Run the following command') }} ({{ __('read more') }}):
    sudo chown -R www-data:www-data {{ base_path() }} @endif @endif