Skip to content

Commit

Permalink
ui: change reporting link to Github Discussions (apache#9023)
Browse files Browse the repository at this point in the history
* ui: change reporting link to Github Discussions

Many users are using the footer link to open questions about CloudStack
that are usually discussed on the users@ mailing list. This fixes that
behaviour by diverting them to Github Discussions which are linked with
the user@ ML, smart users can still report actual bugs/issues via the
issues tab.

Signed-off-by: Rohit Yadav <[email protected]>

* Update en.json

---------

Signed-off-by: Rohit Yadav <[email protected]>
  • Loading branch information
rohityadavcloud authored May 10, 2024
1 parent 7a34194 commit c791c13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1613,7 +1613,7 @@
"label.removing": "Removing",
"label.replace.acl": "Replace ACL",
"label.replace.acl.list": "Replace ACL list",
"label.report.bug": "Report issue",
"label.report.bug": "Ask a question or Report an issue",
"label.required": "Required",
"label.requireshvm": "HVM",
"label.requiresupgrade": "Requires upgrade",
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/page/GlobalFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="line" v-if="$store.getters.userInfo.roletype === 'Admin'">
CloudStack {{ $store.getters.features.cloudstackversion }}
<a-divider type="vertical" />
<a href="https://github.com/apache/cloudstack/issues/new" target="_blank">
<a href="https://github.com/apache/cloudstack/discussions" target="_blank">
<github-outlined />
{{ $t('label.report.bug') }}
</a>
Expand Down

0 comments on commit c791c13

Please sign in to comment.