PS: As an administrator, if you need access to all inboxes, you should add yourself as agent to all inboxes that you create."
+ "DESC": "Here you can add agents to manage your newly created inbox. Only these selected agents will have access to your inbox. Agents which are not part of this inbox will not be able to see or respond to messages in this inbox when they login. PS: As an administrator, if you need access to all inboxes, you should add yourself as agent to all inboxes that you create.",
+ "VALIDATION_ERROR": "Add atleast one agent to your new Inbox",
+ "PICK_AGENTS": "Pick agents for the inbox"
},
"DETAILS": {
"TITLE": "Inbox Details",
diff --git a/app/javascript/dashboard/i18n/locale/en/signup.json b/app/javascript/dashboard/i18n/locale/en/signup.json
index e52705224..08366a1e3 100644
--- a/app/javascript/dashboard/i18n/locale/en/signup.json
+++ b/app/javascript/dashboard/i18n/locale/en/signup.json
@@ -27,6 +27,13 @@
"SUCCESS_MESSAGE": "Registration Successfull",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
},
- "SUBMIT": "Submit"
+ "SUBMIT": "Submit",
+ "FEATURES": {
+ "UNLIMITED_INBOXES": "Unlimited inboxes",
+ "ROBUST_REPORTING": "Robust Reporting",
+ "CANNED_RESPONSES": "Canned Responses",
+ "AUTO_ASSIGNMENT": "Auto Assignment",
+ "SECURITY": "Enterprise level security"
+ }
}
}
diff --git a/app/javascript/dashboard/routes/auth/Signup.vue b/app/javascript/dashboard/routes/auth/Signup.vue
index 2cb309bb2..1c3835596 100644
--- a/app/javascript/dashboard/routes/auth/Signup.vue
+++ b/app/javascript/dashboard/routes/auth/Signup.vue
@@ -13,11 +13,26 @@