SubCategoryPage: use "Back" text for back button label
Right now the back button's label is the name of the category. This presents two problems:
- The laws of grouping and proximity suggest that clicking the button will take you back to a category by that name, which isn't the case
- The category name might match the name of the page; then the UI shows many copies of the page
To address those issues, make it a more standard "Back" button.
Here's a particularly egregious example with the "Application Permissions" category/KCM (which could benefit from additional fixes beyond the scope of this MR):
| Before | After |
|---|---|
![]() |
![]() |

