diff --git a/lib/components/base/EnvironmentIndicator.vue b/lib/components/base/EnvironmentIndicator.vue
index 2a8521c66..5ec43772d 100644
--- a/lib/components/base/EnvironmentIndicator.vue
+++ b/lib/components/base/EnvironmentIndicator.vue
@@ -1,7 +1,7 @@
- A {{ type }}
+ {{ formatMessage(messages.typeLabel, { type: type }) }}
- Client or server
+ {{ formatMessage(messages.clientOrServerLabel) }}
- Client and server
+ {{ formatMessage(messages.clientAndServerLabel) }}
- Client
+ {{ formatMessage(messages.clientLabel) }}
- Server
+ {{ formatMessage(messages.serverLabel) }}
- Unsupported
+ {{ formatMessage(messages.unsupportedLabel) }}
- A {{ type }}
+ {{ formatMessage(messages.typeLabel, { type: type }) }}