mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
[auth] Change title of custom_icon page
This commit is contained in:
parent
7cf7443177
commit
735f5e3d3c
@ -71,7 +71,7 @@ class _CustomIconPageState extends State<CustomIconPage> {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: !_showSearchBox
|
||||
? const Text('Custom Branding')
|
||||
? const Text('Choose icon')
|
||||
: TextField(
|
||||
autocorrect: false,
|
||||
enableSuggestions: false,
|
||||
@ -93,7 +93,7 @@ class _CustomIconPageState extends State<CustomIconPage> {
|
||||
icon: _showSearchBox
|
||||
? const Icon(Icons.clear)
|
||||
: const Icon(Icons.search),
|
||||
tooltip: "Search",
|
||||
tooltip: l10n.search,
|
||||
onPressed: () {
|
||||
setState(
|
||||
() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user