[#5289] tweak button text when selecting subcategories
diff --git a/Allura/allura/lib/widgets/forms.py b/Allura/allura/lib/widgets/forms.py
index 5fe3923..ccbb826 100644
--- a/Allura/allura/lib/widgets/forms.py
+++ b/Allura/allura/lib/widgets/forms.py
@@ -552,7 +552,7 @@
         return super(ForgeForm, self).display(**kw)
 
 class SelectSubCategoryForm(ForgeForm):
-    defaults=dict(ForgeForm.defaults, submit_text="Confirm")
+    defaults=dict(ForgeForm.defaults, submit_text="Continue")
 
     class fields(ew_core.NameList):
         selected_category=ew.SingleSelectField(