From 0ee47253f407219abfab6c81e93bf762b8e24334 Mon Sep 17 00:00:00 2001 From: skizzerz Date: Fri, 2 Sep 2016 13:58:29 -0500 Subject: [PATCH] Fix missing message with fflags when nobody has access --- messages/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/messages/en.json b/messages/en.json index 5729249..beb49f5 100644 --- a/messages/en.json +++ b/messages/en.json @@ -848,6 +848,7 @@ "access_deleted_account": "Deleted access for account {0}.", "access_deleted_host": "Deleted access for host {0}.", "invalid_flag": "Invalid flag {0}. Valid flags are +{1}.", + "no_access": "There are no users with access.", "no_access_account": "Account {0} does not have any access.", "access_account": "Account {0} has access +{1}.", "no_access_host": "Host {0} does not have any access.",