Skip to content

Commit

Permalink
Clearifying purpose with button
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyblasta committed Oct 26, 2022
1 parent 7570e6c commit 9987fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controls/legend.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ const Legend = function Legend(options = {}) {

const turnOnLayersButton = Button({
cls: 'round compact icon-small margin-x-smaller',
title: 'Tänd alla lager',
title: 'Tänd alla lager utom bakgrundslager',
click() {
viewer.dispatch('active:turnonlayers');
},
Expand Down

0 comments on commit 9987fca

Please sign in to comment.