Update phrasing on donate megaphone dismiss button.

This commit is contained in:
Greyson Parrelli
2020-11-19 13:46:35 -05:00
parent fe6ae7e142
commit 2ff3d1b7c5
2 changed files with 2 additions and 2 deletions

View File

@@ -234,7 +234,7 @@ public final class Megaphones {
controller.onMegaphoneCompleted(megaphone.getEvent());
CommunicationActions.openBrowserLink(controller.getMegaphoneActivity(), context.getString(R.string.donate_url));
})
.setSecondaryButton(R.string.DonateMegaphone_not_now, (megaphone, controller) -> controller.onMegaphoneCompleted(megaphone.getEvent()))
.setSecondaryButton(R.string.DonateMegaphone_no_thanks, (megaphone, controller) -> controller.onMegaphoneCompleted(megaphone.getEvent()))
.setPriority(Megaphone.Priority.DEFAULT)
.build();
}