Don't link to the oC forum
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
7d541831e0
commit
4d05a83e79
|
@ -72,7 +72,7 @@
|
||||||
var span = $('<span>')
|
var span = $('<span>')
|
||||||
.addClass('bold');
|
.addClass('bold');
|
||||||
if(message === 'Exception: Updates between multiple major versions and downgrades are unsupported.') {
|
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 {
|
} else {
|
||||||
span.append(t('core', 'The update was unsuccessful. ' +
|
span.append(t('core', 'The update was unsuccessful. ' +
|
||||||
'Please report this issue to the ' +
|
'Please report this issue to the ' +
|
||||||
|
|
Loading…
Reference in New Issue