From 0f44af927f8e7a68dfbacd0c1605e7116ea37c48 Mon Sep 17 00:00:00 2001 From: Jann Stute <46534683+Computerdores@users.noreply.github.com> Date: Sun, 29 Dec 2024 21:21:02 +0000 Subject: [PATCH] fix: add missing new line at eof --- tagstudio/resources/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tagstudio/resources/translations/en.json b/tagstudio/resources/translations/en.json index 442bf045..73a3edfb 100644 --- a/tagstudio/resources/translations/en.json +++ b/tagstudio/resources/translations/en.json @@ -213,4 +213,4 @@ "json_migration.heading.paths": "Paths:", "json_migration.heading.fields": "Fields:", "json_migration.description": "
Start and preview the results of the library migration process. The converted library will not be used unless you click \"Finish Migration\".

Library data should either have matching values or feature a \"Matched\" label. Values that do not match will be displayed in red and feature a \"(!)\" symbol next to them.
This process may take up to several minutes for larger libraries.
" -} \ No newline at end of file +}