diff --git a/views/index.html b/views/index.html
index d71f2c3..2091022 100644
--- a/views/index.html
+++ b/views/index.html
@@ -658,7 +658,7 @@
this.avatar_loading = true;
await this.avatarApi();
this.avatar_loading = false;
- showSuccessInfo("Privacy fetched")
+ showSuccessInfo("Avatar fetched")
} catch (err) {
this.avatar_loading = false;
showErrorInfo(err)