Skip to content

Commit c791c13

Browse files
authored
ui: change reporting link to Github Discussions (#9023)
* 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 <rohit.yadav@shapeblue.com> * Update en.json --------- Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 7a34194 commit c791c13

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ui/public/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,7 @@
16131613
"label.removing": "Removing",
16141614
"label.replace.acl": "Replace ACL",
16151615
"label.replace.acl.list": "Replace ACL list",
1616-
"label.report.bug": "Report issue",
1616+
"label.report.bug": "Ask a question or Report an issue",
16171617
"label.required": "Required",
16181618
"label.requireshvm": "HVM",
16191619
"label.requiresupgrade": "Requires upgrade",

ui/src/components/page/GlobalFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<div class="line" v-if="$store.getters.userInfo.roletype === 'Admin'">
2424
CloudStack {{ $store.getters.features.cloudstackversion }}
2525
<a-divider type="vertical" />
26-
<a href="https://github.com/apache/cloudstack/issues/new" target="_blank">
26+
<a href="https://github.com/apache/cloudstack/discussions" target="_blank">
2727
<github-outlined />
2828
{{ $t('label.report.bug') }}
2929
</a>

0 commit comments

Comments
 (0)