Skip to content

Commit 5541a15

Browse files
committed
Change Save to Save collage in app bar
1 parent 572e46a commit 5541a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/apps/photos/lib/ui/tools/collage/collage_app_bar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class CollageAppBar extends StatelessWidget implements PreferredSizeWidget {
3636
TextButton(
3737
onPressed: isSaveEnabled ? onSave : null,
3838
child: Text(
39-
AppLocalizations.of(context).save,
39+
AppLocalizations.of(context).saveCollage,
4040
style: textTheme.body.copyWith(
4141
color: isSaveEnabled
4242
? colorScheme.primary500

0 commit comments

Comments
 (0)