From 394e0b35cf38d89c4d350a5570703363f212ca90 Mon Sep 17 00:00:00 2001 From: Irina Borozan Date: Wed, 29 Apr 2020 12:48:23 +0300 Subject: [PATCH] More diacritics (#386) * added more diacritics * added more diacritics Co-authored-by: catileptic --- .../Areas/Identity/Pages/Account/Register.cshtml.cs | 2 +- .../common/ProfileHistory/ProfileHistory.constants.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/src/StamAcasa.IdentityServer/Areas/Identity/Pages/Account/Register.cshtml.cs b/backend/src/StamAcasa.IdentityServer/Areas/Identity/Pages/Account/Register.cshtml.cs index c156daa3..1cacce2c 100644 --- a/backend/src/StamAcasa.IdentityServer/Areas/Identity/Pages/Account/Register.cshtml.cs +++ b/backend/src/StamAcasa.IdentityServer/Areas/Identity/Pages/Account/Register.cshtml.cs @@ -85,7 +85,7 @@ private async Task SendRegistrationEmail(string userName, string callbackUrl) { PlaceholderContent = new Dictionary(), TemplateType = EmailTemplate.AccountConfirmation, Type = "accountConfirmationTemplate", - SenderName = "Admin Stam Acasa", + SenderName = "Admin Stăm Acasă", Subject = "" }; email.PlaceholderContent.Add("name", userName); diff --git a/frontend/src/components/Account/common/ProfileHistory/ProfileHistory.constants.js b/frontend/src/components/Account/common/ProfileHistory/ProfileHistory.constants.js index bb3311ed..302a4e06 100644 --- a/frontend/src/components/Account/common/ProfileHistory/ProfileHistory.constants.js +++ b/frontend/src/components/Account/common/ProfileHistory/ProfileHistory.constants.js @@ -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" } ];