File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
app/views/alchemy/admin/pages Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2121 <%= button_to (
2222 render_icon ( :eraser ) ,
2323 alchemy . flush_admin_pages_path ,
24- "turbo-method " : :post ,
25- class : "icon_button please_wait "
24+ "data- turbo-confirm " : Alchemy . t ( :confirm_to_flush_cache ) ,
25+ class : "icon_button"
2626 ) %>
2727 </ sl-tooltip >
2828 </ div >
Original file line number Diff line number Diff line change 399399 confirm_to_delete_menu : " Do you really want to delete this menu?"
400400 confirm_to_delete_node : " Do you really want to delete this menu node?"
401401 confirm_to_delete_page : " Do you really want to delete this page?"
402+ 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."
402403 ingredient_validations_headline : " Please check marked fields below"
403404 copy : " copy"
404405 copy_element : " Copy this element"
You can’t perform that action at this time.
0 commit comments