chore: Add missing translation
This commit is contained in:
parent
069d313bd5
commit
a6f9b6cfe6
2 changed files with 3 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ class NewPrivateChatView extends StatelessWidget {
|
|||
controller: controller.controller,
|
||||
onChanged: controller.searchUsers,
|
||||
decoration: InputDecoration(
|
||||
hintText: 'Search for @users...',
|
||||
hintText: L10n.of(context)!.searchForUsers,
|
||||
prefixIcon: searchResponse == null
|
||||
? const Icon(Icons.search_outlined)
|
||||
: FutureBuilder(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue