small ui changes

This commit is contained in:
Fabian Freund
2026-03-10 03:41:57 +01:00
parent 1b1ee65fb3
commit 3a1bacb746
5 changed files with 34 additions and 26 deletions
@@ -70,7 +70,7 @@ class FindInPageAction extends BaseSelectionAction {
FindInPageAction(PerformAction action)
: super(
id: 'CUSTOM_CONTEXT_MENU_FIND_IN_PAGE',
title: 'Find in page',
title: 'Find in Page',
performAction: action,
);
}