Commit 0f4d55c1 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Update trait that was changed in CE

Also regenerate gitlab.pot
parent bb858b14
......@@ -34,7 +34,7 @@ describe Clusters::Applications::CheckUpgradeProgressService do
end
context 'when timed out' do
let(:application) { create(:clusters_applications_prometheus, :timeouted, :updating) }
let(:application) { create(:clusters_applications_prometheus, :timed_out, :updating) }
it_behaves_like 'a terminated upgrade'
......
......@@ -8280,6 +8280,12 @@ msgstr ""
msgid "Opens in a new window"
msgstr ""
msgid "Operation failed. Check pod logs for %{pod_name} for more details."
msgstr ""
msgid "Operation timed out. Check pod logs for %{pod_name} for more details."
msgstr ""
msgid "Operations"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment