chore: Add missing translation

This commit is contained in:
krille-chan 2023-12-22 22:39:08 +01:00
commit a6f9b6cfe6
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -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(