Skip to content

Commit

Permalink
adding more copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Donahue committed May 27, 2022
1 parent 9af40f8 commit 17cbc50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/FullPageOfflineView.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const FullPageOfflineView = (props) => {
height={50}
/>
<Text style={[styles.h1]}>{props.translate('common.youAppearToBeOffline')}</Text>
<Text>{props.translate('common.thisFeatureRequiresInternet')}</Text>
</View>
);
}
Expand Down
2 changes: 1 addition & 1 deletion src/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default {
your: 'your',
conciergeHelp: 'Please reach out to Concierge for help.',
youAppearToBeOffline: 'You appear to be offline.',

thisFeatureRequiresInternet: 'This feature requires an active internet connection to be used.',
},
attachmentPicker: {
cameraPermissionRequired: 'Camera permission required',
Expand Down
1 change: 1 addition & 0 deletions src/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export default {
your: 'tu',
conciergeHelp: 'Por favor contacta con Concierge para obtener ayuda.',
youAppearToBeOffline: 'Parece que estás desconectado.',
thisFeatureRequiresInternet: 'Esta función requiere una conexión a Internet activa para ser utilizada.',
},
attachmentPicker: {
cameraPermissionRequired: 'Se necesita permiso para usar la cámara',
Expand Down

0 comments on commit 17cbc50

Please sign in to comment.