Skip to content

Commit

Permalink
Updated text
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhaeger committed Nov 13, 2024
1 parent 9d474e5 commit 87a4ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Altinn.App.Core/Internal/Pdf/PdfService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ private static string GetPdfPreviewText(TextResource? textResource)
}
}

return "Dette er en forhåndsvisning";
return "Dokumentet er en forhåndsvisning";
}

private static string GetValidFileName(string fileName)
Expand Down

0 comments on commit 87a4ac2

Please sign in to comment.