mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
Feat(INJI-502): Updates all the locals with respective translation text
Signed-off-by: anil_majji <majjianilkumar050@gmail.com>
This commit is contained in:
@@ -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)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user