Skip to content

Commit

Permalink
Merge branch 'develop' into use_cache_pub
Browse files Browse the repository at this point in the history
  • Loading branch information
phuocbitmark committed Jun 21, 2024
2 parents a71bc4d + 6b3d637 commit 3af4923
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 3af4923

Please sign in to comment.