summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/packages_and_registries/container_registry/explorer/constants/common.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/packages_and_registries/container_registry/explorer/constants/common.js')
-rw-r--r--app/assets/javascripts/packages_and_registries/container_registry/explorer/constants/common.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/javascripts/packages_and_registries/container_registry/explorer/constants/common.js b/app/assets/javascripts/packages_and_registries/container_registry/explorer/constants/common.js
new file mode 100644
index 00000000000..f7beec2c935
--- /dev/null
+++ b/app/assets/javascripts/packages_and_registries/container_registry/explorer/constants/common.js
@@ -0,0 +1,4 @@
+import { s__, __ } from '~/locale';
+
+export const ROOT_IMAGE_TEXT = s__('ContainerRegistry|Root image');
+export const MORE_ACTIONS_TEXT = __('More actions');