fix(mobile): download translation (#11838)

fix: download translation
This commit is contained in:
waclaw66
2024-08-16 15:19:05 +02:00
committed by GitHub
parent 1c754b60dc
commit a372b56d44
2 changed files with 9 additions and 8 deletions

View File

@@ -366,8 +366,8 @@ class BottomGalleryBar extends ConsumerWidget {
{
BottomNavigationBarItem(
icon: const Icon(Icons.download_outlined),
label: 'download'.tr(),
tooltip: 'download'.tr(),
label: 'control_bottom_app_bar_download'.tr(),
tooltip: 'control_bottom_app_bar_download'.tr(),
): (_) => handleDownload(),
},
if (isInAlbum)