Skip to content

Commit

Permalink
update 'Report issue' URL [filebrowser/filebrowser#477] (filebrowser#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
1138-4EB authored and hacdias committed Aug 2, 2018
1 parent 0377080 commit 208f217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Vue.prototype.$showError = function (error) {
timeout: null,
buttons: [
Noty.button(i18n.t('buttons.reportIssue'), '', function () {
window.open('https://github.com/filebrowser/filebrowser/issues/new')
window.open('https://github.com/filebrowser/filebrowser/issues/new/choose')
}),
Noty.button(i18n.t('buttons.close'), '', function () {
n.close()
Expand Down

0 comments on commit 208f217

Please sign in to comment.