Small tweaks

This commit is contained in:
twotalesanimation
2025-12-03 16:03:17 +02:00
parent def849ac11
commit 6359b94d21
5 changed files with 6 additions and 15 deletions

View File

@@ -141,7 +141,7 @@ if (!empty($bannerImages)) {
}
},
error: function() {
$('#responseMessage').html('<div class="alert alert-danger">Error uploading profile picture.</div>');
$('#responseMessage').html('<div class="alert alert-danger">Error uploading signature.</div>');
}
});
}