diff --git a/src/app/browser.rs b/src/app/browser.rs index 46fe3fa0..d7de9b0b 100644 --- a/src/app/browser.rs +++ b/src/app/browser.rs @@ -278,7 +278,7 @@ pub fn migrate(tx: &Transaction) -> Result<(), String> { fn page_position_from_action_state(action: &SimpleAction) -> Option { let page_position = action .state() - .expect("Page position required for reload action") + .expect("Page position required for this action") .get::() .expect("Parameter does not match `i32`");