mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 05:49:40 +02:00
chore: update archive modal content
This commit is contained in:
@@ -21,7 +21,7 @@ export const BulkOperationsEnterpriseRoot: React.FC<Props> = (props) => {
|
||||
const { handleClearSelection } = selectionHelpers;
|
||||
|
||||
return (
|
||||
<div className={cn("sticky bottom-0 left-0 z-[2] h-14", className)}>
|
||||
<div className={cn("sticky bottom-0 left-0 z-10 h-14", className)}>
|
||||
<div className="size-full bg-custom-background-100 border-t border-custom-border-200 py-4 px-3.5 flex items-center divide-x-[0.5px] divide-custom-border-200 text-custom-text-300">
|
||||
<div className="h-7 pr-3 text-sm flex items-center gap-2 flex-shrink-0">
|
||||
<Checkbox
|
||||
|
||||
@@ -66,9 +66,8 @@ export const BulkArchiveConfirmationModal: React.FC<Props> = observer((props) =>
|
||||
title={`Archive ${issueVariant}`}
|
||||
content={
|
||||
<>
|
||||
Are you sure you want to archive {issueIds.length} {issueVariant}? Sub issues of selected {issueVariant} will
|
||||
also be archived. Once archived {issueIds.length > 1 ? "they" : "it"} can be restored later via the archives
|
||||
section.
|
||||
Are you sure you want to archive {issueIds.length} {issueVariant}? Once archived{" "}
|
||||
{issueIds.length > 1 ? "they" : "it"} can be restored later via the archives section.
|
||||
</>
|
||||
}
|
||||
primaryButtonText={{
|
||||
|
||||
Reference in New Issue
Block a user