RouteView icon indicating copy to clipboard operation
RouteView copied to clipboard

BugFix: Pause button changes to Pase when changing Interval during playback

Open enkah opened this issue 2 years ago • 0 comments

Modify line 3294 in RouteView.js

dijit.byId('id_btn_pause').set( 'label', "Pase" );

to

dijit.byId('id_btn_pause').set( 'label', "Pause" );

enkah avatar Sep 05 '23 11:09 enkah