Re-word "my profile" to "your profile"/"this profile" (#766)

This commit is contained in:
Sisby
2022-11-23 04:51:06 +11:00
committed by GitHub
parent e08d803a33
commit 63035196af
2 changed files with 3 additions and 3 deletions

View File

@@ -87,7 +87,7 @@
> >
<div class="title profile-link"> <div class="title profile-link">
<div class="username">@{{ $auth.user.username }}</div> <div class="username">@{{ $auth.user.username }}</div>
<div class="prompt">Go to my profile</div> <div class="prompt">Visit your profile</div>
</div> </div>
</NuxtLink> </NuxtLink>
<hr class="divider" /> <hr class="divider" />
@@ -228,7 +228,7 @@
/> />
<div class="profile-link"> <div class="profile-link">
<div class="username">@{{ $auth.user.username }}</div> <div class="username">@{{ $auth.user.username }}</div>
<div class="prompt">Go to my profile</div> <div class="prompt">Visit your profile</div>
</div> </div>
</NuxtLink> </NuxtLink>
<button <button

View File

@@ -4,7 +4,7 @@
ref="modal_confirm" ref="modal_confirm"
title="Are you sure you want to delete your account?" title="Are you sure you want to delete your account?"
description="This will **immediately delete all of your user data and follows**. This will not delete your projects. Deleting your account cannot be reversed.<br><br>If you need help with your account, get support on the [Modrinth Discord](https://discord.gg/EUHuJHt)." description="This will **immediately delete all of your user data and follows**. This will not delete your projects. Deleting your account cannot be reversed.<br><br>If you need help with your account, get support on the [Modrinth Discord](https://discord.gg/EUHuJHt)."
proceed-label="Delete my account" proceed-label="Delete this account"
:confirmation-text="$auth.user.username" :confirmation-text="$auth.user.username"
:has-to-type="true" :has-to-type="true"
@proceed="deleteAccount" @proceed="deleteAccount"