Skip to content

Commit

Permalink
fix: rename keyboard (#1766)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppupha authored Jun 21, 2024
1 parent b590a55 commit 6b3d637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets
2 changes: 1 addition & 1 deletion lib/screen/detail/artwork_detail_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ class _ArtworkDetailPageState extends State<ArtworkDetailPage>
}),
if (showKeyboard)
OptionItem(
title: 'keyboard'.tr(),
title: 'interact'.tr(),
icon: SvgPicture.asset('assets/images/keyboard_icon.svg'),
onTap: () {
Navigator.of(context).pop();
Expand Down

0 comments on commit 6b3d637

Please sign in to comment.