Skip to content

Commit

Permalink
change reference to offlineprompt
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrous committed Aug 28, 2024
1 parent de6a214 commit c1057d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function WorkspaceExpensifyCardDetailsPage({route}: WorkspaceExpensifyCardDetail
/>
<DecisionModal
title={translate('common.youAppearToBeOffline')}
prompt={translate('search.offlinePrompt')}
prompt={translate('common.offlinePrompt')}
isSmallScreenWidth={isSmallScreenWidth}
onSecondOptionSubmit={() => setIsOfflineModalVisible(false)}
secondOptionText={translate('common.buttonConfirm')}
Expand Down

0 comments on commit c1057d9

Please sign in to comment.