We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74cf8e commit a7129f0Copy full SHA for a7129f0
site/src/pages/TemplatePage/TemplateVersionsPage/TemplateVersionsPage.tsx
@@ -109,7 +109,7 @@ const TemplateVersionsPage = () => {
109
title="Archive version"
110
confirmLoading={isArchiving}
111
confirmText="Archive"
112
- description="Are you sure you want to archive this version? Archived versions cannot be used by workspaces."
+ description="Are you sure you want to archive this version (this is reversible)? Archived versions cannot be used by workspaces."
113
/>
114
</>
115
);
0 commit comments