We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572e46a commit 5541a15Copy full SHA for 5541a15
mobile/apps/photos/lib/ui/tools/collage/collage_app_bar.dart
@@ -36,7 +36,7 @@ class CollageAppBar extends StatelessWidget implements PreferredSizeWidget {
36
TextButton(
37
onPressed: isSaveEnabled ? onSave : null,
38
child: Text(
39
- AppLocalizations.of(context).save,
+ AppLocalizations.of(context).saveCollage,
40
style: textTheme.body.copyWith(
41
color: isSaveEnabled
42
? colorScheme.primary500
0 commit comments