This commit is contained in:
James Moffet
2022-07-20 15:23:54 -07:00
parent c1cf7be104
commit e53d12733a
50 changed files with 10251 additions and 330 deletions

View File

@@ -125,7 +125,7 @@ def revoke_api_key(service_id, key_id):
if request.method == 'GET':
flash([
"Are you sure you want to revoke {}?".format(key_name),
"You will not be able to use this API key to connect to GOV.UK Notify."
"You will not be able to use this API key to connect to US Notify."
], 'revoke this API key')
return render_template(
'views/api/keys.html',