Updated my profile.

pull/595/head
Alper Ebicoglu 6 years ago
parent e4543eb714
commit 0640c09bb2

@ -35,6 +35,6 @@
"PagerInfo": "Showing {0} to {1} of {2} entries.",
"DatatableActionDropdownDefaultText": "Actions",
"ChangePassword": "Change password",
"PersonalInfo": "Personal info"
"PersonalInfo": "My profile"
}
}

@ -35,6 +35,6 @@
"PagerInfo": "{2} kayıttan {0} ile {1} arası gösteriliyor.",
"DatatableActionDropdownDefaultText": "İşlemler",
"ChangePassword": "Şifre değiştir",
"PersonalInfo": "Kişisel Bilgiler"
"PersonalInfo": "Profilim"
}
}

@ -13,7 +13,7 @@
"DisplayName:IsPublic": "Public",
"Roles": "Roles",
"Password": "Password",
"PersonalInfo": "Personal Info",
"PersonalInfo": "My profile",
"PersonalSettings": "Personal settings",
"UserDeletionConfirmationMessage": "User '{0}' will be deleted. Do you confirm that?",
"RoleDeletionConfirmationMessage": "Role '{0}' will be deleted. Do you confirm that?",

@ -13,7 +13,7 @@
"UserInformations": "Kullanıcı bilgileri",
"Roles": "Roller",
"Password": "Şifre",
"PersonalInfo": "Kişisel bilgi",
"PersonalInfo": "Profilim",
"PersonalSettings": "Kişisel Ayarlar",
"UserDeletionConfirmationMessage": "{0} kullanıcısı silinecektir. Onaylıyor musunuz?",
"RoleDeletionConfirmationMessage": "'{0}' rolü silinecektir. Onaylıyor musunuz?",

@ -11,7 +11,7 @@
<abp-dynamic-form abp-model="@Model.PersonalSettingsInfoModel" asp-page="/Identity/Shared/PersonalSettingsModal">
<abp-modal>
<abp-modal-header title="@L["PersonalSettings"].Value"></abp-modal-header>
<abp-modal-header title="@L["PersonalInfo"].Value"></abp-modal-header>
<abp-modal-body>
<abp-form-content />
</abp-modal-body>

Loading…
Cancel
Save