Tokens UI
This commit is contained in:
parent
1c23188376
commit
6eaa0c246f
|
|
@ -131,7 +131,7 @@ class _AccountOverview extends StatelessWidget {
|
|||
Padding(
|
||||
padding: const EdgeInsets.all(16),
|
||||
child: ElevatedButton(
|
||||
label: localization.tokens,
|
||||
label: localization.manageTokens,
|
||||
iconData: getEntityIcon(EntityType.token),
|
||||
onPressed: () {
|
||||
store.dispatch(ViewSettings(
|
||||
|
|
|
|||
Loading…
Reference in New Issue