Skip to content

Commit 7a3301c

Browse files
committed
chore(fix): unwrap apostrophe characters
resolves: #60 (comment)
1 parent f6b944c commit 7a3301c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/web/src/app/(main)/(auth)/recover/check/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function Page() {
3131
<h1 className="text-700 text-2xl">Check your email!</h1>
3232
<p className="text-center">
3333
You should get an email with a link to recover your account. If you
34-
don{"'"}t see it, check your spam folder.
34+
don't see it, check your spam folder.
3535
</p>
3636
<Button
3737
position="center"

apps/web/src/app/(main)/(auth)/verify/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function Page() {
3131
<h1 className="text-700 text-2xl">Welcome to MyArtverse</h1>
3232
<p className="text-center">
3333
You should get an email with a link to verify your account. If you don
34-
{"'"}t see it, check your spam folder.
34+
't see it, check your spam folder.
3535
</p>
3636
<Button
3737
position="center"

apps/web/src/app/(main)/(settings)/settings/(account)/profile/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ export default function SettingsProfilePage() {
1616
Deleting an account is irreversable and cannot be undone! Once you
1717
delete your account—your characters, images, and account history
1818
will be completely wiped from our servers to comply with GDPR
19-
standards. If you are certain that you{"'"}ll delete your account,
20-
it{"'"}s important to export your data first before proceeding.
19+
standards. If you are certain that you'll delete your account,
20+
it's important to export your data first before proceeding.
2121
</>
2222
}
2323
learnMoreLink="/lmao"

0 commit comments

Comments
 (0)