From 2bb738ccc4d049ad090e23ecb0352e9293f4890c Mon Sep 17 00:00:00 2001 From: James Mead Date: Thu, 19 Oct 2023 09:13:24 +0100 Subject: [PATCH] Tweak hint text for retiring an application Make it clear that retiring an application will hide it from most pages; not just the dashboard. --- app/views/doorkeeper_applications/edit.html.erb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/doorkeeper_applications/edit.html.erb b/app/views/doorkeeper_applications/edit.html.erb index 46bd889d9..dcec6151e 100644 --- a/app/views/doorkeeper_applications/edit.html.erb +++ b/app/views/doorkeeper_applications/edit.html.erb @@ -107,8 +107,10 @@

- Retiring an application will hide the application from the dashboard. It will - not delete data. If you're retiring an app you should also disable push updates. + Retiring an application indicates that it is no longer in use. + Retired applications will not appear on most pages including the dashboard. + Data associated with retired applications is not deleted. + If you're retiring an application you should also disable push updates.