Skip to content

Commit

Permalink
community - drop "Beta", change discussions link
Browse files Browse the repository at this point in the history
Issue: AAH-1891
  • Loading branch information
himdel committed Sep 18, 2023
1 parent 7d54fd8 commit a3267c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGES/1891.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
community - drop "Beta", change discussions link
2 changes: 1 addition & 1 deletion src/containers/landing/landing-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class LandingPage extends React.Component<RouteProps, IState> {
return (
<React.Fragment>
<AlertList alerts={alerts} closeAlert={(i) => this.closeAlert(i)} />
<BaseHeader title={t`Welcome to Beta Galaxy`} />
<BaseHeader title={t`Welcome to Galaxy`} />
<Main>
<div
style={{
Expand Down
8 changes: 4 additions & 4 deletions src/loaders/standalone/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,14 @@ export const StandaloneLayout = ({
{featureFlags?.ai_deny_index ? (
<Banner>
<Trans>
Thanks for trying out the new and improved Beta Galaxy, please share
your feedback on{' '}
Thanks for trying out the new and improved Galaxy, please share your
feedback on{' '}
<a
href='https://github.com/ansible/galaxy_ng/discussions'
href='https://forum.ansible.com/'
target='_blank'
rel='noreferrer'
>
github.com/ansible/galaxy_ng/discussions
forum.ansible.com
</a>
.
</Trans>
Expand Down

0 comments on commit a3267c2

Please sign in to comment.