mirror of
https://github.com/nostrlabs-io/zap-stream-flutter.git
synced 2025-06-16 03:58:09 +00:00
chore: update translations
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:go_router/go_router.dart';
|
||||
import 'package:zap_stream_flutter/i18n/strings.g.dart';
|
||||
import 'package:zap_stream_flutter/widgets/button.dart';
|
||||
|
||||
class SettingsPage extends StatelessWidget {
|
||||
@ -10,13 +11,13 @@ class SettingsPage extends StatelessWidget {
|
||||
return Column(
|
||||
spacing: 8,
|
||||
children: [
|
||||
Text("Settings", style: TextStyle(fontSize: 24)),
|
||||
Text(t.button.settings, style: TextStyle(fontSize: 24)),
|
||||
BasicButton.text(
|
||||
"Edit Profile",
|
||||
t.settings.button_profile,
|
||||
onTap: (context) => context.push("/settings/profile"),
|
||||
),
|
||||
BasicButton.text(
|
||||
"Wallet Settings",
|
||||
t.settings.button_wallet,
|
||||
onTap: (context) => context.push("/settings/wallet"),
|
||||
),
|
||||
],
|
||||
|
Reference in New Issue
Block a user