Skip to content

Commit

Permalink
Translate collapse all elements button
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Jan 31, 2024
1 parent 9e64c30 commit 87bbb50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Alchemy.ElementsWindow =
createToolbar: (buttons) ->
@toolbar = $('<div class="elements-window-toolbar" />')
buttons.push
label: "Collapse all elements"
label: Alchemy.t("Collapse all elements")
iconClass: "contract-up-down-line"
align: "end"
class: "right"
Expand Down

0 comments on commit 87bbb50

Please sign in to comment.