diff options
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/update.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/js/update.js b/core/js/update.js index 31b97c56894..e692a7312b8 100644 --- a/core/js/update.js +++ b/core/js/update.js @@ -76,7 +76,7 @@ } else { span.append(t('core', 'The update was unsuccessful. ' + 'Please report this issue to the ' + - '<a href="https://github.com/owncloud/core/issues" target="_blank">ownCloud community</a>.')); + '<a href="https://github.com/nextcloud/server/issues" target="_blank">Nextcloud community</a>.')); } span.appendTo($el); }); @@ -100,7 +100,7 @@ } else { // FIXME: use product name $('<span>') - .append(t('core', 'The update was successful. Redirecting you to ownCloud now.')) + .append(t('core', 'The update was successful. Redirecting you to Nextcloud now.')) .appendTo($el); setTimeout(function () { OC.redirect(OC.webroot + '/'); |