File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
app/views/alchemy/admin/pages Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2323 alchemy . flush_admin_pages_path ,
2424 remote : true ,
2525 method : :post ,
26- class : "icon_button please_wait" ,
27- title : Alchemy . t ( "Flush page cache" )
26+ class : "icon_button" ,
27+ title : Alchemy . t ( "Flush page cache" ) ,
28+ "data-turbo-confirm" : Alchemy . t ( :confirm_to_flush_cache )
2829 ) %>
2930 </ sl-tooltip >
3031 </ div >
Original file line number Diff line number Diff line change 391391 confirm_to_delete_menu : " Do you really want to delete this menu?"
392392 confirm_to_delete_node : " Do you really want to delete this menu node?"
393393 confirm_to_delete_page : " Do you really want to delete this page?"
394+ confirm_to_flush_cache : " Do you really want to flush the page cache? This will might take a while and can make first page requests slow."
394395 ingredient_validations_headline : " Please check marked fields below"
395396 copy : " copy"
396397 copy_element : " Copy this element"
You can’t perform that action at this time.
0 commit comments