From 130613a347578b381579d0b0cae129e2f93b4a72 Mon Sep 17 00:00:00 2001 From: Sara Thornsberry Date: Tue, 3 Feb 2026 14:02:39 -0500 Subject: [PATCH] fix(form): fix container image field typo (en) --- client/src/locale/en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/locale/en.ts b/client/src/locale/en.ts index ec83212c..403ebcbc 100644 --- a/client/src/locale/en.ts +++ b/client/src/locale/en.ts @@ -134,7 +134,7 @@ const messages = { runpack: 'Runpack', buildcommand: 'Build Command', runcommand: 'Run Command', - containerImage: 'Conmtainer Image', + containerImage: 'Container Image', tag: 'Tag', command: 'Command', basicAuthEnabled: 'Enable Basic Auth',