Feat(INJI-502): Updates all the locals with respective translation text

Signed-off-by: anil_majji <majjianilkumar050@gmail.com>
This commit is contained in:
anil_majji
2023-10-27 14:19:09 +05:30
parent 2b616b6585
commit 67166c7728
8 changed files with 8 additions and 1 deletions

View File

@@ -155,7 +155,7 @@ export const IssuersScreen: React.FC<
<TextInput
testID="issuerSearchBar"
style={Theme.IssuersScreenStyles.issuersSearchBar}
placeholder="Search by Issuers name"
placeholder={t('searchByIssuersName')}
value={search}
onChangeText={text => searchIssuer(text)}
/>