diff --git a/client/src/locale/en.js b/client/src/locale/en.js index b350abe3..9afa1e2b 100644 --- a/client/src/locale/en.js +++ b/client/src/locale/en.js @@ -41,6 +41,7 @@ const en = { home: "Home", applications: "Applications", users: "Users", + guest: "Guests", invitations: "Invitations", roles: "Roles", profile: "Profile", diff --git a/client/src/locale/nl.js b/client/src/locale/nl.js index eb32bd46..59debcac 100644 --- a/client/src/locale/nl.js +++ b/client/src/locale/nl.js @@ -41,6 +41,7 @@ const nl = { home: "Home", applications: "Applications", users: "Users", + guest: "Guests", invitations: "Invitations", roles: "Roles", profile: "Profile",