chore(mobile): i18n: "open_asset_info" in viewer kebab menu

pull/24461/head
idubnori 2025-12-07 00:55:36 +09:00
parent 3c80049192
commit 87001d7137
2 changed files with 2 additions and 1 deletions

View File

@ -1511,6 +1511,7 @@
"online": "Online",
"only_favorites": "Only favorites",
"open": "Open",
"open_asset_info": "About",
"open_in_map_view": "Open in map view",
"open_in_openstreetmap": "Open in OpenStreetMap",
"open_the_search_filters": "Open the search filters",

View File

@ -19,7 +19,7 @@ class ViewerKebabMenu extends ConsumerWidget {
final menuChildren = <Widget>[
BaseActionButton(
label: 'about'.tr(),
label: 'open_asset_info'.tr(),
iconData: Icons.info_outline,
menuItem: true,
onPressed: () => EventStream.shared.emit(const ViewerOpenBottomSheetEvent()),