chore: fix copy

This commit is contained in:
Mo
2022-02-02 09:47:26 -06:00
parent cc283061c9
commit 294d681a96

View File

@@ -34,7 +34,7 @@ export const TagsSection: FunctionComponent<Props> = observer(
const runMigration = useCallback(async () => {
if (
await appState.application.alertService.confirm(
'<i>Introducing native, built-in nested tags without requiring the legacy Folders component.</i><br/></br> ' +
'<i>Introducing native, built-in nested tags without requiring the legacy Folders extension.</i><br/></br> ' +
" To get started, we'll need to migrate any tags containing a dot character to the new system.<br/></br> " +
' This migration will convert any tags with dots appearing in their name into a natural' +
' hierarchy that is compatible with the new nested tags feature.' +