Skip to content

Commit

Permalink
missing colon
Browse files Browse the repository at this point in the history
  • Loading branch information
marode-cap committed Feb 24, 2025
1 parent e4df561 commit 85cffd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/admin/PersonImportView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
* make sure every (non-empty) line contains the correct amount of semicolons, otherwise the excel-data-import will not recognize the format
*/
let fileContent: string = `Schule:;${importStore.importResponse?.organisationsname};Rolle;${importStore.importResponse?.rollenname};`;
let fileContent: string = `Schule:;${importStore.importResponse?.organisationsname};Rolle:;${importStore.importResponse?.rollenname};`;
fileContent += `\n\n${t('admin.import.successfullyImportedUsersNotice')};;;;\n\n`;
fileContent += 'Klasse;Vorname;Nachname;Benutzername;Passwort\n';
Expand Down

0 comments on commit 85cffd3

Please sign in to comment.