diff --git a/app/src/components/TagsSelectize.vue b/app/src/components/TagsSelectize.vue
new file mode 100644
index 00000000..467a9979
--- /dev/null
+++ b/app/src/components/TagsSelectize.vue
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+
diff --git a/app/src/i18n/locales/en.json b/app/src/i18n/locales/en.json
index e7c4a57a..0d9ba79b 100644
--- a/app/src/i18n/locales/en.json
+++ b/app/src/i18n/locales/en.json
@@ -242,10 +242,12 @@
"groups": "no groups | group | {c} groups",
"installed_apps": "no installed apps | installed app | {c} installed apps",
"logs": "no logs | log | {c} logs",
+ "permissions": "no permissions | permission | {c} permissions",
"services": "no services | service | {c} services",
"users": "no users | user | {c} users"
},
- "items_verbose_count": "There is {items}.",
+ "items_verbose_count": "There are {items}.",
+ "items_verbose_items_left": "There are {items} left.",
"label": "Label",
"label_for_manifestname": "Label for {name}",
"last_ran": "Last time ran:",
@@ -412,7 +414,7 @@
"save": "Save",
"search": {
"for": "Search for {items}...",
- "not_found": "There is {items} matching your criteria."
+ "not_found": "There are {items} matching your criteria."
},
"select_all": "Select all",
"select_none": "Select none",