Skip to content

Commit

Permalink
Merge pull request #124 from CrisisCleanup/localizations_2024_10_30
Browse files Browse the repository at this point in the history
Add localizations
  • Loading branch information
hueachilles authored Oct 31, 2024
2 parents 26ff95c + ecc6f61 commit 8f13a9c
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 @@ -239,8 +239,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 8f13a9c

Please sign in to comment.