added trans, changed icon

This commit is contained in:
zypherift
2024-08-14 23:05:22 +02:00
parent 2d4e281682
commit 3211279a53
2 changed files with 5 additions and 2 deletions

View File

@@ -34,9 +34,9 @@ class MenuOtherSettings extends StatelessWidget {
onPressed: () => Navigator.of(context, rootNavigator: true).push(
CupertinoPageRoute(builder: (context) => const ExtrasSettingsScreen()),
),
title: Text("extras".i18n),
title: Text("other".i18n),
leading: Icon(
FeatherIcons.edit,
FeatherIcons.hash,
size: 22.0,
color: AppColors.of(context).text.withOpacity(0.95),
),