Skip to content

Commit

Permalink
Merge pull request #48213 from Expensify/dangrous-fixmovedtranslation
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrous authored Aug 28, 2024
2 parents de6a214 + c1057d9 commit 3d2bdee
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 3d2bdee

Please sign in to comment.