summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/commit
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-03-05 18:40:04 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-03-05 18:40:04 +0000
commite3251a4077d4667239b23437921f49a1d195406c (patch)
treeb9841a7abfd7a7f211cd304235e9aeea4e5ea478 /app/assets/javascripts/commit
parent8ec0fd0a42d0c166d103433f58513e3bb94e5e7b (diff)
downloadgitlab-ce-e3251a4077d4667239b23437921f49a1d195406c.tar.gz
Changes after review38587-pipelines-empty-state
Diffstat (limited to 'app/assets/javascripts/commit')
-rw-r--r--app/assets/javascripts/commit/pipelines/pipelines_table.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/commit/pipelines/pipelines_table.vue b/app/assets/javascripts/commit/pipelines/pipelines_table.vue
index 3b3072ebd3e..466a5b5d635 100644
--- a/app/assets/javascripts/commit/pipelines/pipelines_table.vue
+++ b/app/assets/javascripts/commit/pipelines/pipelines_table.vue
@@ -88,7 +88,7 @@
<svg-blank-state
v-else-if="shouldRenderErrorState"
:svg-path="errorStateSvgPath"
- :message="s__(`Pipelines|There was an error with fetching the pipelines.
+ :message="s__(`Pipelines|There was an error fetching the pipelines.
Try again in a few moments or contact your support team.`)"
/>