Skip to content

Commit

Permalink
fix: correct typo in notification link text
Browse files Browse the repository at this point in the history
  • Loading branch information
musale committed Dec 2, 2024
1 parent 725e835 commit a5c5af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/views/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ class App extends Component<IAppProps, IAppState> {
<Notification
header={translateMessage('Banner notification 1 header')}
content={translateMessage('Banner notification 1 content')}
link={translateMessage('Banner notificatication 1 link')}
link={translateMessage('Banner notification 1 link')}
linkText={translateMessage('Banner notification 1 link text')}/>
</div>
<ValidationProvider>
Expand Down

0 comments on commit a5c5af4

Please sign in to comment.