diff --git a/ee/app/assets/javascripts/remote_development/pages/create.vue b/ee/app/assets/javascripts/remote_development/pages/create.vue
index cbfe4a27ea5ab7c97acd12c89945b046fd961028..bb15c3413275673f0033bdcee51aaac8dc2845ac 100644
--- a/ee/app/assets/javascripts/remote_development/pages/create.vue
+++ b/ee/app/assets/javascripts/remote_development/pages/create.vue
@@ -41,9 +41,7 @@ export const i18n = {
     maxHoursBeforeTermination: s__('Workspaces|Time before automatic termination'),
     maxHoursSuffix: __('hours'),
     help: {
-      devfileProjectHelp: s__(
-        'Workspaces|You can create a workspace for public Premium projects only.',
-      ),
+      devfileProjectHelp: s__('Workspaces|You can create a workspace for public projects only.'),
     },
   },
   invalidProjectAlert: {
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index c021dc5dd46b165ebe1d2afef4a98640d723cf5a..91a5ecff377b937fc1ad492eb0671d203ec6e738 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -51325,7 +51325,7 @@ msgstr ""
 msgid "Workspaces|Workspaces"
 msgstr ""
 
-msgid "Workspaces|You can create a workspace for public Premium projects only."
+msgid "Workspaces|You can create a workspace for public projects only."
 msgstr ""
 
 msgid "Workspaces|You can't create a workspace for this project"