Merge pull request #2989 from nextcloud/backport-2933-dont-link-to-oc-forum-10

[stable10] Don't link to the oC forum
This commit is contained in:
Roeland Jago Douma 2017-01-09 19:36:48 +01:00 committed by GitHub
commit 1f2bb5dd9f
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
var span = $('<span>')
.addClass('bold');
if(message === 'Exception: Updates between multiple major versions and downgrades are unsupported.') {
span.append(t('core', 'The update was unsuccessful. For more information <a href="{url}">check our forum post</a> covering this issue.', {'url': 'https://forum.owncloud.org/viewtopic.php?f=17&t=32087'}));
span.append(t('core', 'The update was unsuccessful. For more information <a href="{url}">check our forum post</a> covering this issue.', {'url': 'https://help.nextcloud.com/t/updates-between-multiple-major-versions-are-unsupported/7094'}));
} else {
span.append(t('core', 'The update was unsuccessful. ' +
'Please report this issue to the ' +