Fix mistake in dependency_test_failed
This commit is contained in:
parent
cf18550cfb
commit
55c41ca306
|
@ -48,7 +48,7 @@ class BuildList < ActiveRecord::Base
|
||||||
BuildServer::PLATFORM_PENDING => :platform_pending,
|
BuildServer::PLATFORM_PENDING => :platform_pending,
|
||||||
BuildServer::PROJECT_NOT_FOUND => :project_not_found,
|
BuildServer::PROJECT_NOT_FOUND => :project_not_found,
|
||||||
BuildServer::PROJECT_VERSION_NOT_FOUND => :project_version_not_found,
|
BuildServer::PROJECT_VERSION_NOT_FOUND => :project_version_not_found,
|
||||||
BuildServer::DEPENDENCY_TEST_FAILED => :dependency_test_faild,
|
BuildServer::DEPENDENCY_TEST_FAILED => :dependency_test_failed,
|
||||||
BuildServer::BINARY_TEST_FAILED => :binary_test_failed,
|
BuildServer::BINARY_TEST_FAILED => :binary_test_failed,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -310,7 +310,7 @@ ru:
|
||||||
dependencies_fail: зависимости не найдены
|
dependencies_fail: зависимости не найдены
|
||||||
waiting_for_response: ожидает ответа
|
waiting_for_response: ожидает ответа
|
||||||
build_pending: ожидает сборку
|
build_pending: ожидает сборку
|
||||||
dependency_test_faild: тестирование зависимостей не пройдено
|
dependency_test_failed: тестирование зависимостей не пройдено
|
||||||
binary_test_failed: тестирование бинарной совместимости не пройдено
|
binary_test_failed: тестирование бинарной совместимости не пройдено
|
||||||
build_canceled: сборка отменена
|
build_canceled: сборка отменена
|
||||||
success: собран
|
success: собран
|
||||||
|
|
Loading…
Reference in New Issue