mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 15:30:40 +00:00
[auth] Copy change
This commit is contained in:
parent
a92e74d65c
commit
a78cd0e70f
@ -451,6 +451,7 @@
|
|||||||
"pinText": "Pin",
|
"pinText": "Pin",
|
||||||
"unpinText": "Unpin",
|
"unpinText": "Unpin",
|
||||||
"fav": "Favorite",
|
"fav": "Favorite",
|
||||||
|
"favorites": "Favorites",
|
||||||
"unfav": "Unfavorite",
|
"unfav": "Unfavorite",
|
||||||
"favoritedCodeMessage": "{code} has been added to favorites",
|
"favoritedCodeMessage": "{code} has been added to favorites",
|
||||||
"unfavoritedCodeMessage": "{code} has been removed from favorites",
|
"unfavoritedCodeMessage": "{code} has been removed from favorites",
|
||||||
|
@ -511,7 +511,7 @@ class _HomePageState extends State<HomePage> {
|
|||||||
}
|
}
|
||||||
if (index == 1 && hasFavouriteCodes) {
|
if (index == 1 && hasFavouriteCodes) {
|
||||||
return TagChip(
|
return TagChip(
|
||||||
label: context.l10n.fav,
|
label: context.l10n.favorites,
|
||||||
state: _isFavouriteOpen
|
state: _isFavouriteOpen
|
||||||
? TagChipState.selected
|
? TagChipState.selected
|
||||||
: TagChipState.unselected,
|
: TagChipState.unselected,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user