mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 07:44:38 +00:00
update edit modal text
This commit is contained in:
parent
2d200b84f2
commit
96ebe07fab
1 changed files with 4 additions and 7 deletions
|
@ -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>
|
||||
)}
|
||||
|
|
Loading…
Add table
Reference in a new issue