diff --git a/.changelog/12252.txt b/.changelog/12252.txt
new file mode 100644
index 000000000..408f0fca6
--- /dev/null
+++ b/.changelog/12252.txt
@@ -0,0 +1,3 @@
+```release-note:improvement
+ui: make buttons with confirmation more descriptive of their actions
+```
diff --git a/ui/app/templates/allocations/allocation/index.hbs b/ui/app/templates/allocations/allocation/index.hbs
index 0069a9fba..e463ad9eb 100644
--- a/ui/app/templates/allocations/allocation/index.hbs
+++ b/ui/app/templates/allocations/allocation/index.hbs
@@ -42,9 +42,9 @@
@@ -28,9 +28,9 @@
diff --git a/ui/app/templates/components/job-version.hbs b/ui/app/templates/components/job-version.hbs
index a7076d75f..74d4308b9 100644
--- a/ui/app/templates/components/job-version.hbs
+++ b/ui/app/templates/components/job-version.hbs
@@ -17,9 +17,9 @@
idleButton="is-warning is-outlined"
confirmButton="is-warning"}}
@alignRight={{true}}
- @idleText="Revert"
+ @idleText="Revert Version"
@cancelText="Cancel"
- @confirmText="Yes, Revert"
+ @confirmText="Yes, Revert Version"
@confirmationMessage="Are you sure you want to revert to this version?"
@inlineText={{true}}
@fadingBackground={{true}}