From 294d681a962ff13c374b2acab1b3cb74035cd6f9 Mon Sep 17 00:00:00 2001 From: Mo Date: Wed, 2 Feb 2022 09:47:26 -0600 Subject: [PATCH] chore: fix copy --- app/assets/javascripts/components/Tags/TagsSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/components/Tags/TagsSection.tsx b/app/assets/javascripts/components/Tags/TagsSection.tsx index fd2b65df8..04949aee7 100644 --- a/app/assets/javascripts/components/Tags/TagsSection.tsx +++ b/app/assets/javascripts/components/Tags/TagsSection.tsx @@ -34,7 +34,7 @@ export const TagsSection: FunctionComponent = observer( const runMigration = useCallback(async () => { if ( await appState.application.alertService.confirm( - 'Introducing native, built-in nested tags without requiring the legacy Folders component.

' + + 'Introducing native, built-in nested tags without requiring the legacy Folders extension.

' + " To get started, we'll need to migrate any tags containing a dot character to the new system.

" + ' 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.' +