Skip to content

Commit 5fbfe15

Browse files
authored
Merge pull request Expensify#88565 from Expensify/claude-fixSpendPageBrowserTabTitle
Fix browser tab title on Spend page to show Spend instead of Search
2 parents 72dc4b6 + cc199b0 commit 5fbfe15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/Search/SearchPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type SearchPageProps = PlatformStackScreenProps<SearchFullscreenNavigatorParamLi
2626

2727
function SearchPage({route}: SearchPageProps) {
2828
const {translate} = useLocalize();
29-
useDocumentTitle(translate('common.search'));
29+
useDocumentTitle(translate('common.spend'));
3030
const {shouldUseNarrowLayout} = useResponsiveLayout();
3131
const styles = useThemeStyles();
3232
const {selectedTransactions, lastSearchType, areAllMatchingItemsSelected, currentSearchKey, currentSearchResults, currentSearchQueryJSON} = useSearchStateContext();

0 commit comments

Comments
 (0)