mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Change "Edit/Delete test result" to "Edit/Delete test template" tooltip of (#7625)
the test template list actions.
This commit is contained in:
parent
be2beeca61
commit
5d1f2b3ac0
@ -2951,8 +2951,8 @@ function loadPartTestTemplateTable(table, options) {
|
||||
if (row.part == part) {
|
||||
let html = '';
|
||||
|
||||
html += makeEditButton('button-test-edit', pk, '{% trans "Edit test result" %}');
|
||||
html += makeDeleteButton('button-test-delete', pk, '{% trans "Delete test result" %}');
|
||||
html += makeEditButton('button-test-edit', pk, '{% trans "Edit test template" %}');
|
||||
html += makeDeleteButton('button-test-delete', pk, '{% trans "Delete test template" %}');
|
||||
|
||||
return wrapButtons(html);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user