mirror of
https://github.com/openvk/openvk
synced 2024-12-25 10:01:05 +03:00
Fix typos
This commit is contained in:
parent
7e357e1708
commit
8b25bea027
1 changed files with 2 additions and 2 deletions
|
@ -441,7 +441,7 @@ $(document).on("scroll", () => {
|
||||||
})
|
})
|
||||||
|
|
||||||
function showBtStatusChangeDialog(report, hash) {
|
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>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -492,7 +492,7 @@ function showBtStatusChangeDialog(report, hash) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function showBtPriorityChangeDialog(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>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue