diff --git a/src/locales/en.json b/src/locales/en.json index a333859..4914805 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -170,7 +170,8 @@ "loading": "Loading", "noItemsConnection": "Please check your internet connection, or try again later.", "noItemsStart": "There are no", - "noItemsEnd": "to display." + "noItemsEnd": "to display.", + "adminOnly": "Only users with admin are allowed to navigate to this route." }, "relationships": { "pending": "Cancel Friend Request", diff --git a/src/views/Admin.vue b/src/views/Admin.vue index 12e9706..57db4c8 100644 --- a/src/views/Admin.vue +++ b/src/views/Admin.vue @@ -1,20 +1,32 @@ \ No newline at end of file