mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Fix wording on message
This commit is contained in:
@@ -106,9 +106,9 @@ export const SelectionPanel = ({
|
||||
const getDeleteModalSubTitle = () => {
|
||||
if (selectedFolderCount > 0) {
|
||||
if (subscription?.pitRecovery) {
|
||||
return "All selected folders and all its contents will be removed. You can reverse this action by rolling back to a previous commit.";
|
||||
return "All selected folders and their contents will be removed. You can reverse this action by rolling back to a previous commit.";
|
||||
}
|
||||
return "All selected folders and all its contents will be removed. Rolling back to a previous commit isn't available on your current plan. Upgrade to enable this feature.";
|
||||
return "All selected folders and their contents will be removed. Rolling back to a previous commit isn't available on your current plan. Upgrade to enable this feature.";
|
||||
}
|
||||
return undefined;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user