Skip to content

Commit

Permalink
Add localizations
Browse files Browse the repository at this point in the history
  • Loading branch information
aarontitus committed Oct 30, 2024
1 parent 1e92160 commit 08cb9bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/crisiscleanup/ui/CrisisCleanupApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ private fun BoxScope.LoadedContent(
if (viewModel.showInactiveOrganization) {
val t = viewModel.translator
CrisisCleanupAlertDialog(
title = t("~~Account alert"),
text = t("~~This account is no longer part of an active organization. Join an active organization to continue using Crisis Cleanup. You will be logged out."),
title = t("info.account_inactive"),
text = t("info.account_inactive_no_organization"),
confirmButton = {
CrisisCleanupTextButton(
text = t("actions.ok"),
Expand Down

0 comments on commit 08cb9bc

Please sign in to comment.