@@ -92,32 +92,32 @@ function WorkspaceCompanyCardsSettingsPage({
92
92
< MenuItemWithTopDescription
93
93
shouldShowRightIcon
94
94
title = { feedName }
95
- description = { translate ( 'workspace.moreFeatures.cardFeedName' ) }
95
+ description = { translate ( 'workspace.moreFeatures.companyCards. cardFeedName' ) }
96
96
style = { [ styles . moneyRequestMenuItem ] }
97
97
titleStyle = { styles . flex1 }
98
98
onPress = { navigateToChangeFeedName }
99
99
/>
100
100
< View style = { [ styles . mv3 , styles . mh5 ] } >
101
101
< ToggleSettingOptionRow
102
- title = { translate ( 'workspace.moreFeatures.personal' ) }
103
- switchAccessibilityLabel = { translate ( 'workspace.moreFeatures.personal' ) }
102
+ title = { translate ( 'workspace.moreFeatures.companyCards. personal' ) }
103
+ switchAccessibilityLabel = { translate ( 'workspace.moreFeatures.companyCards. personal' ) }
104
104
onToggle = { onToggleLiability }
105
105
isActive = { isPersonal }
106
106
/>
107
- < Text style = { [ styles . mutedTextLabel , styles . mt2 ] } > { translate ( 'workspace.moreFeatures.setTransactionLiabilityDescription' ) } </ Text >
107
+ < Text style = { [ styles . mutedTextLabel , styles . mt2 ] } > { translate ( 'workspace.moreFeatures.companyCards. setTransactionLiabilityDescription' ) } </ Text >
108
108
</ View >
109
109
< MenuItem
110
110
icon = { Expensicons . Trashcan }
111
- title = { translate ( 'workspace.moreFeatures.removeCardFeed' ) }
111
+ title = { translate ( 'workspace.moreFeatures.companyCards. removeCardFeed' ) }
112
112
onPress = { ( ) => setDeleteCompanyCardConfirmModalVisible ( true ) }
113
113
/>
114
114
</ View >
115
115
< ConfirmModal
116
116
isVisible = { deleteCompanyCardConfirmModalVisible }
117
117
onConfirm = { deleteCompanyCardFeed }
118
118
onCancel = { ( ) => setDeleteCompanyCardConfirmModalVisible ( false ) }
119
- title = { feedName && translate ( 'workspace.moreFeatures.removeCardFeedTitle' , { feedName} ) }
120
- prompt = { translate ( 'workspace.moreFeatures.removeCardFeedDescription' ) }
119
+ title = { feedName && translate ( 'workspace.moreFeatures.companyCards. removeCardFeedTitle' , { feedName} ) }
120
+ prompt = { translate ( 'workspace.moreFeatures.companyCards. removeCardFeedDescription' ) }
121
121
confirmText = { translate ( 'common.delete' ) }
122
122
cancelText = { translate ( 'common.cancel' ) }
123
123
danger
0 commit comments