Browse Source

feat(add-user-interface): change mssage avatar OK

pull/1/head
Aldino Kemal 4 years ago
parent
commit
659063fd22
  1. 2
      views/index.html

2
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)

Loading…
Cancel
Save