Skip to content
Snippets Groups Projects
Commit 75815769 authored by jumpyoshim's avatar jumpyoshim
Browse files

Fix typo pipline to pipeline

parent dff3ded5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -561,7 +561,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgstr ""
 
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pipeline."
msgstr ""
 
msgid "An error occured whilst loading all the files."
Loading
Loading
Loading
Loading
@@ -561,7 +561,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgstr ""
 
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pipeline."
msgstr ""
 
msgid "An error occured whilst loading all the files."
Loading
Loading
Loading
Loading
@@ -621,7 +621,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgstr ""
 
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pipeline."
msgstr ""
 
msgid "An error occured whilst loading all the files."
Loading
Loading
Loading
Loading
@@ -561,7 +561,7 @@ msgstr "Um erro ocorreu ao criar o novo branch."
msgid "An error occured whilst fetching the job trace."
msgstr "Ocorreu um erro ao carregar o rastro da tarefa."
 
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pipeline."
msgstr "Ocorreu um erro ao carregar o último pipeline."
 
msgid "An error occured whilst loading all the files."
Loading
Loading
Loading
Loading
@@ -591,7 +591,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgstr ""
 
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pipeline."
msgstr ""
 
msgid "An error occured whilst loading all the files."
Loading
Loading
Loading
Loading
@@ -621,7 +621,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgstr ""
 
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pipeline."
msgstr ""
 
msgid "An error occured whilst loading all the files."
Loading
Loading
Loading
Loading
@@ -561,7 +561,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgstr ""
 
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pipeline."
msgstr ""
 
msgid "An error occured whilst loading all the files."
Loading
Loading
Loading
Loading
@@ -561,7 +561,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgstr ""
 
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pipeline."
msgstr ""
 
msgid "An error occured whilst loading all the files."
Loading
Loading
Loading
Loading
@@ -621,7 +621,7 @@ msgstr "Помилка при створенні нової гілки."
msgid "An error occured whilst fetching the job trace."
msgstr "Трапилася помилка при отриманні логу завдання."
 
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pipeline."
msgstr "Трапилася помилка при отриманні даних останнього конвеєра."
 
msgid "An error occured whilst loading all the files."
Loading
Loading
Loading
Loading
@@ -531,7 +531,7 @@ msgstr "创建分支时发生错误。"
msgid "An error occured whilst fetching the job trace."
msgstr "获取作业日志时发生错误。"
 
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pipeline."
msgstr "获取流水线时发生错误。"
 
msgid "An error occured whilst loading all the files."
Loading
Loading
Loading
Loading
@@ -531,7 +531,7 @@ msgstr ""
msgid "An error occured whilst fetching the job trace."
msgstr ""
 
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pipeline."
msgstr ""
 
msgid "An error occured whilst loading all the files."
Loading
Loading
Loading
Loading
@@ -531,7 +531,7 @@ msgstr "創建新分支時發生錯誤。"
msgid "An error occured whilst fetching the job trace."
msgstr "取得工作追蹤資訊時發生錯誤"
 
msgid "An error occured whilst fetching the latest pipline."
msgid "An error occured whilst fetching the latest pipeline."
msgstr "取得最新流水線時發生錯誤"
 
msgid "An error occured whilst loading all the files."
Loading
Loading
Loading
Loading
@@ -225,7 +225,7 @@ describe PipelinesFinder do
end
end
 
context 'when the project has limited access to piplines' do
context 'when the project has limited access to pipelines' do
let(:project) { create(:project, :private, :repository) }
let(:current_user) { create(:user) }
let!(:pipelines) { create_list(:ci_pipeline, 2, project: project) }
Loading
Loading
Loading
Loading
@@ -77,7 +77,7 @@ describe('IDE pipelines actions', () => {
{
type: 'setErrorMessage',
payload: {
text: 'An error occured whilst fetching the latest pipline.',
text: 'An error occured whilst fetching the latest pipeline.',
action: jasmine.any(Function),
actionText: 'Please try again',
actionPayload: null,
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment