diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/templates/storageSlots.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/storageSlots.html b/src/main/resources/templates/storageSlots.html index 3f09ee6..6b75d39 100644 --- a/src/main/resources/templates/storageSlots.html +++ b/src/main/resources/templates/storageSlots.html @@ -7,7 +7,7 @@ <div class="indent"> <form method="get" action="/newStorageSlot"> - <button id="newOperationBtn" type="submit" class="btn btn-primary">Создать новую ячейку хранения</button> + <button id="newStorageSlotBtn" type="submit" class="btn btn-primary">Создать новую ячейку хранения</button> </form> <br> |