[fix] make Edit in grid row translatable
make Edit in grid row translatable
This commit is contained in:
parent
4efe2291c1
commit
51caa4f850
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ export default class GridRow {
|
|||
this.open_form_button = $(`
|
||||
<div class="btn-open-row">
|
||||
<a>${frappe.utils.icon('edit', 'xs')}</a>
|
||||
<div class="hidden-xs edit-grid-row">Edit</div>
|
||||
<div class="hidden-xs edit-grid-row">` + __("Edit") + `</div>
|
||||
</div>
|
||||
`)
|
||||
.appendTo($('<div class="col col-xs-1"></div>').appendTo(this.row))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue