\ No newline at end of file
diff --git a/src/frontend/js/i18n/messages.json b/src/frontend/js/i18n/messages.json
index dffcec52..dd8ca497 100644
--- a/src/frontend/js/i18n/messages.json
+++ b/src/frontend/js/i18n/messages.json
@@ -79,7 +79,14 @@
"no-ssl": "This host will not use HTTPS",
"advanced": "Advanced",
"advanced-warning": "Enter your custom Nginx configuration here at your own risk!",
- "advanced-config": "Custom Nginx Configuration"
+ "advanced-config": "Custom Nginx Configuration",
+ "locations": "Custom locations"
+ },
+ "locations": {
+ "new_location": "Add location",
+ "path": "/path",
+ "location_label": "Define location",
+ "delete": "Delete"
},
"ssl": {
"letsencrypt": "Let's Encrypt",