0.12.29 fix trans

This commit is contained in:
SDE
2024-04-04 15:21:36 +03:00
parent ac4fcb634d
commit 536a1e967e
2 changed files with 6 additions and 2 deletions

View File

@@ -796,7 +796,7 @@ function editRoute(id) {
document.querySelector(".info_profile").innerHTML = data.html;
if(data.html){
let changeTextButton = document.getElementById('registration')
changeTextButton.innerText = 'Сохранить изменения'
changeTextButton.innerText = data.btn_title
window.scrollTo({
top: 0,
left: 0,