Просмотр исходного кода

Merge branch 'develop' of git.znuny.com:zammad/zammad into develop

Martin Edenhofer 7 лет назад
Родитель
Сommit
5f088cf8f2

+ 1 - 1
app/assets/javascripts/app/controllers/_integration/exchange.coffee

@@ -262,7 +262,7 @@ class ConnectionWizard extends App.WizardModal
       success: (data, status, xhr) =>
         if data.result isnt 'ok'
 
-          if data.message.indexOf('certificate verify failed') is -1
+          if data.message.indexOf('certificate') is -1
             @showSlide('js-discover')
             @showAlert('js-discover', data.message)
           else