diff options
| author | Syndamia <kamen@syndamia.com> | 2025-02-09 20:20:26 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-02-09 20:20:26 +0200 |
| commit | 482f1d47bca8b563070b0a12861ddf56e6f96834 (patch) | |
| tree | 592ed48bfdc5c447d9a81b1832e9cbecbb9e96eb /views/user | |
| parent | 230cd1bcb845908373e6d80ae0b10e51662eaba2 (diff) | |
| download | nowayforward_human-482f1d47bca8b563070b0a12861ddf56e6f96834.tar nowayforward_human-482f1d47bca8b563070b0a12861ddf56e6f96834.tar.gz nowayforward_human-482f1d47bca8b563070b0a12861ddf56e6f96834.zip | |
fix(views/user/update): Typo
Diffstat (limited to 'views/user')
| -rw-r--r-- | views/user/update/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/user/update/index.php b/views/user/update/index.php index 10042b1..b1eace8 100644 --- a/views/user/update/index.php +++ b/views/user/update/index.php @@ -40,7 +40,7 @@ <div class="user-blank-afterspace"></div> -<h1>Delete yor account</h1> +<h1>Delete your account</h1> <form action="/user/delete" method="GET" class="font-115 flex-col-centered max-width-20 center-margin"> <input type="hidden" name="username" value="<?= $user->Username ?>"> |
