Skip to content

Commit

Permalink
add noResultsFound to language
Browse files Browse the repository at this point in the history
  • Loading branch information
rushatgabhane committed Jul 2, 2021
1 parent bfc14ce commit 2aa5e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export default {
dateFormat: 'YYYY-MM-DD',
send: 'Send',
notifications: 'Notifications',
noResultsFound: 'No results found',
},
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 @@ -51,6 +51,7 @@ export default {
dateFormat: 'AAAA-MM-DD',
send: 'Enviar',
notifications: 'Notificaciones',
noResultsFound: 'No se han encontrado resultados',
},
attachmentPicker: {
cameraPermissionRequired: 'Se necesita permiso para usar la cámara',
Expand Down

0 comments on commit 2aa5e8b

Please sign in to comment.