Skip to content

Commit

Permalink
More diacritics (#386)
Browse files Browse the repository at this point in the history
* added more diacritics

* added more diacritics

Co-authored-by: catileptic <[email protected]>
  • Loading branch information
aniri and catileptic authored Apr 29, 2020
1 parent d889fad commit 394e0b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private async Task SendRegistrationEmail(string userName, string callbackUrl) {
PlaceholderContent = new Dictionary<string, string>(),
TemplateType = EmailTemplate.AccountConfirmation,
Type = "accountConfirmationTemplate",
SenderName = "Admin Stam Acasa",
SenderName = "Admin Stăm Acasă",
Subject = ""
};
email.PlaceholderContent.Add("name", userName);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export const SYMPTOMS_HEADERS = [
{ label: "Data/Ora", field: "date" },
{
label: "Durere in gat si/sau dificultate in a inghiti?",
label: "Durere în gât și/sau dificultate în a înghiți?",
field: "soreThroat"
},
{ label: "Tuse intensa?", field: "cough" },
{ label: "Dificultate in a respira?", field: "shortnessBreath" },
{ label: "Tuse intensă?", field: "cough" },
{ label: "Dificultate în a respira?", field: "shortnessBreath" },
{ label: "Îți curge nasul?", field: "runningNose" }
];

Expand Down

1 comment on commit 394e0b3

@vercel
Copy link

@vercel vercel bot commented on 394e0b3 Apr 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.