From 6fd7098c21441d55cbb329628b177516df06a27d Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Mon, 1 Jun 2026 03:24:57 -0300 Subject: [PATCH] chore(quota): remove orphaned groupAllocationNote i18n key (EditAllocationsModal retired) --- src/i18n/messages/en.json | 1 - src/i18n/messages/pt-BR.json | 1 - 2 files changed, 2 deletions(-) diff --git a/src/i18n/messages/en.json b/src/i18n/messages/en.json index ab0e06c3c6..d50c9658df 100644 --- a/src/i18n/messages/en.json +++ b/src/i18n/messages/en.json @@ -7910,7 +7910,6 @@ "newGroup": "New group", "renameGroup": "Rename group", "groupSelectHint": "Filter pools by group", - "groupAllocationNote": "Allocations apply to all pools in this group via the shared quota layer.", "groupNamePrompt": "Enter group name", "wizardGroupLabel": "Group", "allGroups": "All groups", diff --git a/src/i18n/messages/pt-BR.json b/src/i18n/messages/pt-BR.json index afcb621a25..2f57456421 100644 --- a/src/i18n/messages/pt-BR.json +++ b/src/i18n/messages/pt-BR.json @@ -5415,7 +5415,6 @@ "newGroup": "Novo grupo", "renameGroup": "Renomear grupo", "groupSelectHint": "Filtrar pools por grupo", - "groupAllocationNote": "As alocações se aplicam a todos os pools deste grupo através da camada de cota compartilhada.", "groupNamePrompt": "Digite o nome do grupo", "wizardGroupLabel": "Grupo", "allGroups": "Todos os grupos",