Fix typos

This commit is contained in:
L 2022-08-20 20:54:53 +03:00
parent 7e357e1708
commit 8b25bea027

View file

@ -441,7 +441,7 @@ $(document).on("scroll", () => {
})
function showBtStatusChangeDialog(report, hash) {
MessageBox("Измененить статус", `<form action="/bug${report}/setStatus" method="post" id="status_change_dialog">
MessageBox("Изменить статус", `<form action="/bug${report}/setStatus" method="post" id="status_change_dialog">
<table>
<tbody>
<tr>
@ -492,7 +492,7 @@ function showBtStatusChangeDialog(report, hash) {
}
function showBtPriorityChangeDialog(report, hash) {
MessageBox("Измененить приоритет", `<form action="/bug${report}/setPriority" method="post" id="priority_change_dialog">
MessageBox("Изменить приоритет", `<form action="/bug${report}/setPriority" method="post" id="priority_change_dialog">
<table>
<tbody>
<tr>