29
This commit is contained in:
@@ -43,7 +43,7 @@ class AlbumControlButton extends ConsumerWidget {
|
||||
key: const ValueKey('add_users_button'),
|
||||
iconData: Icons.person_add_alt_rounded,
|
||||
onPressed: onAddUsersPressed,
|
||||
labelText: "album_viewer_page_share_add_users".tr(),
|
||||
labelText: "page_share_add_users".tr(),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
@@ -46,7 +46,7 @@ class AlbumViewer extends HookConsumerWidget {
|
||||
if (!isSuccess) {
|
||||
ImmichToast.show(
|
||||
context: context,
|
||||
msg: "album_viewer_appbar_share_err_remove".tr(),
|
||||
msg: "appbar_share_err_remove".tr(),
|
||||
toastType: ToastType.error,
|
||||
gravity: ToastGravity.BOTTOM,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user