update edit modal text

This commit is contained in:
Kentai Radiquum 2024-09-20 14:41:23 +05:00
parent 2d200b84f2
commit 96ebe07fab
Signed by: Radiquum
GPG key ID: 858E8EE696525EED

View file

@ -256,17 +256,17 @@ export const ProfileEditModal = (props: {
<div>
<div className="flex flex-col">
<div className="flex items-center gap-2">
<span className="w-8 h-8 iconify mdi--shield"></span>
<span className="w-8 h-8 iconify mdi--link"></span>
<p className="text-xl font-bold">
Безопасность и привязка к сервисам
Привязка к сервисам
</p>
</div>
<p className="mx-1 text-base text-gray-500">
Не доступно для изменения в данном клиенте
Недоступно для изменения в данном клиенте
</p>
</div>
<div className="p-2 mt-2 cursor-not-allowed">
<p className="text-lg">Привязка к сервисам</p>
<p className="text-lg">Связанные аккаунты</p>
<p className="text-base text-gray-500">
{socialBounds.vk || socialBounds.google
? "Аккаунт привязан к:"
@ -276,9 +276,6 @@ export const ProfileEditModal = (props: {
{socialBounds.google && "Google"}
</p>
</div>
<div className="p-2 cursor-not-allowed">
<p className="text-lg">Смена Эл. Почты или Пароля</p>
</div>
</div>
</div>
)}