From e5bb691baf37940f75bd08f4dd5accdfeb2006e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sel=C3=A7uk=20K=C3=9CT=C3=9CK?= Date: Thu, 25 Jul 2019 13:52:34 +0300 Subject: [PATCH] Fixing `TwoFactorEnabled` localization issue --- .../Localization/Resources/AbpIdentity/tr.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/identity/src/Volo.Abp.Identity.Web/Localization/Resources/AbpIdentity/tr.json b/modules/identity/src/Volo.Abp.Identity.Web/Localization/Resources/AbpIdentity/tr.json index aa0ef48843..f53a20589f 100644 --- a/modules/identity/src/Volo.Abp.Identity.Web/Localization/Resources/AbpIdentity/tr.json +++ b/modules/identity/src/Volo.Abp.Identity.Web/Localization/Resources/AbpIdentity/tr.json @@ -24,7 +24,7 @@ "DisplayName:Password": "Şifre", "DisplayName:Email": "E-posta adresi", "DisplayName:PhoneNumber": "Telefon numarası", - "DisplayName:TwoFactorEnabled": "İki aşamalı doğrumala", + "DisplayName:TwoFactorEnabled": "İki aşamalı doğrulama", "DisplayName:LockoutEnabled": "Başarısız giriş denemeleri sonrası hesabı kilitleme", "NewRole": "Yeni rol", "RoleName": "Rol adı", @@ -38,4 +38,4 @@ "Identity.StaticRoleRenamingErrorMessage": "Bir Sabit rolün ismi değiştirilemez.", "Identity.StaticRoleDeletionErrorMessage": "Bir Sabit rol silinemez." } -} \ No newline at end of file +}