Skip to content

Commit

Permalink
Admin UI: Incorrect grammar in quota deletion dialog (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
stamenione authored Oct 1, 2024
1 parent 825f416 commit 2c44972
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Applications/AdminUi/apps/admin_ui/lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@
"maxIdentities_inputHint": "Enter an maximum number of identities",
"maxIdentities_error_message_maxIdentitiesLowerThanNumberOfIdentities": "Entered maximum number of identities is lower or equal to actual number of identities.",
"quotaButtonGroup_removeQuotas_title": "Remove Quotas",
"quotaButtonGroup_deletionMessage": "Are you sure you want to remove the selected quotas from?",
"quotaButtonGroup_theIdentity": "The Identity",
"quotaButtonGroup_theTier": "The Tier",
"quotaButtonGroup_deletionMessage": "Are you sure you want to remove the selected quotas from",
"quotaButtonGroup_theIdentity": "the Identity",
"quotaButtonGroup_theTier": "the Tier",
"quotaButtonGroup_errorDeletingQuota": "An error occurred while deleting the quota(s). Please try again.",
"quotaButtonGroup_selectedQuotaRemoved": "Selected quota(s) have been removed.",
"tierDetails_quotaList_titleDescription": "View and assign quotas for this tier.",
Expand Down

0 comments on commit 2c44972

Please sign in to comment.