We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725e835 commit a5c5af4Copy full SHA for a5c5af4
src/app/views/App.tsx
@@ -485,7 +485,7 @@ class App extends Component<IAppProps, IAppState> {
485
<Notification
486
header={translateMessage('Banner notification 1 header')}
487
content={translateMessage('Banner notification 1 content')}
488
- link={translateMessage('Banner notificatication 1 link')}
+ link={translateMessage('Banner notification 1 link')}
489
linkText={translateMessage('Banner notification 1 link text')}/>
490
</div>
491
<ValidationProvider>
0 commit comments