Skip to content

Commit

Permalink
style: re-worded imported items search button in items list doctype.
Browse files Browse the repository at this point in the history
  • Loading branch information
GichanaMayaka committed May 6, 2024
1 parent cebb240 commit 01e00ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ frappe.listview_settings[doctypeName].onload = function (listview) {
);

listview.page.add_inner_button(
__("Search Registered Imported Items"),
__("Get Imported Items"),
function (listview) {
frappe.call({
method:
Expand Down

0 comments on commit 01e00ad

Please sign in to comment.