summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/registry/constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/registry/constants.js')
-rw-r--r--app/assets/javascripts/registry/constants.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/javascripts/registry/constants.js b/app/assets/javascripts/registry/constants.js
index 7d02b5bf7c3..712b0fade3d 100644
--- a/app/assets/javascripts/registry/constants.js
+++ b/app/assets/javascripts/registry/constants.js
@@ -9,7 +9,7 @@ export const errorMessagesTypes = {
export const errorMessages = {
[errorMessagesTypes.FETCH_REGISTRY]: __('Something went wrong while fetching the registry list.'),
- [errorMessagesTypes.FETCH_REPOS]: __('Something went wrong while fetching the repositories.'),
- [errorMessagesTypes.DELETE_REPO]: __('Something went wrong while deleting the repository.'),
- [errorMessagesTypes.DELETE_REGISTRY]: __('Something went wrong while deleting registry.'),
+ [errorMessagesTypes.FETCH_REPOS]: __('Something went wrong while fetching the projects.'),
+ [errorMessagesTypes.DELETE_REPO]: __('Something went wrong on our end.'),
+ [errorMessagesTypes.DELETE_REGISTRY]: __('Something went wrong on our end.'),
};