Browse Source

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

Don't link to the oC forum
pull/2934/head
Morris Jobke 10 years ago
committed by GitHub
parent
commit
9dbcc1a177
  1. 2
      core/js/update.js

2
core/js/update.js

@ -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 ' +

Loading…
Cancel
Save