From b7d949bf38f5fa858b0f0e5f34c73b3494a0053a Mon Sep 17 00:00:00 2001 From: Never Date: Mon, 29 Jan 2018 03:25:21 +0800 Subject: [PATCH] Fixed #1783 - Dixed otrs migration plugin download links / unified host names (#1784) --- app/assets/javascripts/app/views/import/otrs.jst.eco | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/javascripts/app/views/import/otrs.jst.eco b/app/assets/javascripts/app/views/import/otrs.jst.eco index bf34126b6..a1b158946 100644 --- a/app/assets/javascripts/app/views/import/otrs.jst.eco +++ b/app/assets/javascripts/app/views/import/otrs.jst.eco @@ -8,9 +8,9 @@ <%- @T('Download and install the %s Migration Plugin on your %s instance.', 'OTRS', 'OTRS') %>:

<%- @Icon('download') %> <%- @T('Migration Plugin for %s', 'OTRS 6') %> - <%- @Icon('download') %> <%- @T('Migration Plugin for %s', 'OTRS 5') %> - <%- @Icon('download') %> <%- @T('Migration Plugin for %s', 'OTRS 4') %> - <%- @Icon('download') %> <%- @T('Migration Plugin for %s', 'OTRS 3.3-3.1') %> + <%- @Icon('download') %> <%- @T('Migration Plugin for %s', 'OTRS 5') %> + <%- @Icon('download') %> <%- @T('Migration Plugin for %s', 'OTRS 4') %> + <%- @Icon('download') %> <%- @T('Migration Plugin for %s', 'OTRS 3.3-3.1') %>
<%- @T('Go Back') %>