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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -4,7 +4,7 @@
ref="modal_confirm"
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)."
proceed-label="Delete my account"
proceed-label="Delete this account"
:confirmation-text="$auth.user.username"
:has-to-type="true"
@proceed="deleteAccount"