diff --git a/src/main/resources/languages/base_de.properties b/src/main/resources/languages/base_de.properties
index 7a0b702653f813d07dc9fe40fd134da24a576d5c..8da9df38db865b3acf832d971f9246056526222c 100644
--- a/src/main/resources/languages/base_de.properties
+++ b/src/main/resources/languages/base_de.properties
@@ -563,7 +563,7 @@ import.entity.category=Alle Kategorien werden nacheinander importiert.<br>Wird d
 import.entity.account=Jedes zu importierende Konto wird in den weiteren Schritten des Importvorgangs einem Konto in der bestehenden Datenbank zugeordnet.<br>Die zugehörigen Buchungen und Vorlagen werden dann mit dem zugordneten Konto verknüpft.<br>Falls nicht ausreichend Konten oder kein passendes Konto existiert, können neue Konten während des Importvorgangs angelegt werden.<br>Wenn ein zu importierendes Konto ein Icon gesetzt hat, so wird das Icon im bestehenden Konto ersetzt.
 import.entity.transaction=Alle Buchungen werden nacheinander importiert und dabei dem jeweils verknüpften Konto zugeordnet.<br>Wiederholende Buchungen werden am Ende des Importvorgangs automatisch bis zum aktuellen Datum aktualisiert.
 import.entity.template=Alle Vorlagen werden nacheinander importiert und dabei die verknüpften Konten neu zugeordnet.<br>Der Import von Vorlagen ist optional.
-import.entity.image=Icons werden automatisch mit den zugehörigen Konten und Vorlagen importiert.
+import.entity.image=Icons werden automatisch mit den zugehörigen Konten, Vorlagen und Kategorien importiert.
 import.entity.chart=Es werden nur die benutzerdefinierten Diagramme importiert.<br>Der Import von Diagrammen ist optional.
 
 copied=Kopiert!
\ No newline at end of file
diff --git a/src/main/resources/languages/base_en.properties b/src/main/resources/languages/base_en.properties
index c19901b6109228dfb5729fcaccff08711a5747eb..0ff6464e0367dd63b2c111d23fcc50187c45d2e9 100644
--- a/src/main/resources/languages/base_en.properties
+++ b/src/main/resources/languages/base_en.properties
@@ -562,7 +562,7 @@ import.entity.category=All categories will be imported one by one.<br>If a categ
 import.entity.account=Each account to be imported will be assigned to an existing account in the database during the next steps of the import process.<br>The associated transactions and templates will then be linked to the assigned account.<br>If there are not enough accounts or no matching account, new accounts can be created during the import process.<br>If an account has an icon set, the icon in the existing account will be replaced.
 import.entity.transaction=All transactions will be imported one by one, assigning them to the respective linked account.<br>Recurring transactions are automatically updated to the current date at the end of the import process.
 import.entity.template=All templates will be imported one by one, reassigning the linked accounts.<br>The import of templates is optional.
-import.entity.image=Icons are automatically imported with their associated accounts and templates.
+import.entity.image=Icons are automatically imported with their associated accounts, templates and categories.
 import.entity.chart=Only user-defined charts will be imported.<br>The import of charts is optional.
 
 copied=Copied!
\ No newline at end of file