mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 22:54:42 -04:00
Fixes warnings in some tests (#2241)
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
cf72077920
commit
a802656478
6 changed files with 57 additions and 25 deletions
|
@ -54,7 +54,7 @@ export const CreateNonExistingNoteHint: React.FC = () => {
|
|||
)
|
||||
} else {
|
||||
return (
|
||||
<Alert variant={'info'} {...testId('failedMessage')} className={'mt-5'}>
|
||||
<Alert variant={'info'} {...testId('createNoteMessage')} className={'mt-5'}>
|
||||
<span>
|
||||
<Trans i18nKey={'noteLoadingBoundary.createNote.question'} values={{ aliasName: noteIdFromUrl }} />
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue