diff --git a/xwords4/android/app/src/xw4NoSMS/java/org/eehouse/android/xw4/FBMService.java b/xwords4/android/app/src/xw4NoSMS/java/org/eehouse/android/xw4/FBMService.java index 952c3d2d2..d1053d788 100644 --- a/xwords4/android/app/src/xw4NoSMS/java/org/eehouse/android/xw4/FBMService.java +++ b/xwords4/android/app/src/xw4NoSMS/java/org/eehouse/android/xw4/FBMService.java @@ -113,7 +113,7 @@ public class FBMService extends FirebaseMessagingService { value = data.get( "msg" ); if ( null != value ) { - String title = data.get( "titlexx" ); + String title = data.get( "title" ); if ( null == title ) { title = LocUtils.getString( this, R.string.remote_msg_title ); }