Skip to content

Commit a5c5af4

Browse files
committed
fix: correct typo in notification link text
1 parent 725e835 commit a5c5af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/views/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ class App extends Component<IAppProps, IAppState> {
485485
<Notification
486486
header={translateMessage('Banner notification 1 header')}
487487
content={translateMessage('Banner notification 1 content')}
488-
link={translateMessage('Banner notificatication 1 link')}
488+
link={translateMessage('Banner notification 1 link')}
489489
linkText={translateMessage('Banner notification 1 link text')}/>
490490
</div>
491491
<ValidationProvider>

0 commit comments

Comments
 (0)