Skip to content

Commit 4c1accb

Browse files
authored
Merge b3d5a25 into a946b0c
2 parents a946b0c + b3d5a25 commit 4c1accb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/impl/FirebaseAppDistributionNotificationsManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public void cancelFeedbackNotification() {
215215
}
216216

217217
public void doCancelFeedbackNotification() {
218-
LogWrapper.i(TAG, "Cancelling feedback notification");
218+
LogWrapper.i(TAG, "Canceling feedback notification");
219219
NotificationManagerCompat.from(context).cancel(FEEDBACK.tag, FEEDBACK.id);
220220
}
221221

0 commit comments

Comments
 (0)