Skip to content

Commit

Permalink
Adding a space because newlines are currently not working in the inbo…
Browse files Browse the repository at this point in the history
…x system
  • Loading branch information
danielskovli committed Jan 17, 2025
1 parent 0845a67 commit a7fa6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Altinn.App.Core/Features/Action/SigningUserAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ await _appResources.GetTexts(appIdentifier.Org, appIdentifier.App, defaultLangua
{
Title = $"{appName}: Signeringen er bekreftet",
Summary = $"Du har signert for {appName}.",
Body = $"Dokumentene du har signert er vedlagt. Disse kan lastes ned om ønskelig.<br /><br />Hvis du lurer på noe, kan du kontakte {appOwner}.",
Body = $"Dokumentene du har signert er vedlagt. Disse kan lastes ned om ønskelig. <br /><br />Hvis du lurer på noe, kan du kontakte {appOwner}.",
};

return new CorrespondenceContent
Expand Down

0 comments on commit a7fa6b9

Please sign in to comment.