diff options
Diffstat (limited to 'templates/actor/profile_reset_avatar.php')
| -rw-r--r-- | templates/actor/profile_reset_avatar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/actor/profile_reset_avatar.php b/templates/actor/profile_reset_avatar.php index 86a3507..5eb0a68 100644 --- a/templates/actor/profile_reset_avatar.php +++ b/templates/actor/profile_reset_avatar.php @@ -1,3 +1,3 @@ -<button type="button" class="secondary inline" hx-post="/fragment/profile/resetAvatar" <?= ($reset ?? false) ? 'disabled' : '' ?>> +<button type="button" class="secondary inline" hx-post="/fragment/profile/resetAvatar" <?= ($reset ?? false) ? 'disabled' : '' ?> hx-target="this"> <?= __(($reset ?? false) ? 'user.profile.avatarReset' : 'user.profile.resetAvatar') ?> </button>
\ No newline at end of file |
