Skip to content

Commit

Permalink
Fix map disclaimer message
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Jun 17, 2023
1 parent b34a7f2 commit 477f038
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ShowMapsDisclaimerCommand(private val fragment: Fragment) : Command {
R.string.beta_disclaimer,
context.getString(R.string.email)
)
})",
}",
context.getString(R.string.photo_map_disclaimer_shown),
okText = context.getString(android.R.string.ok),
considerShownIfCancelled = true,
Expand Down

0 comments on commit 477f038

Please sign in to comment.